forked from qt-creator/qt-creator
Tests: Robustify compile of debugger auto tests
Change-Id: I9deb837b693c433e3c865dda2b212129e193d63b Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += gdb.pro
|
||||
SUBDIRS += dumpers.pro
|
||||
gdb.file = gdb.pro
|
||||
simplifytypes.file = simplifytypes.pro
|
||||
|
||||
# avoid race condition when compiling with multiple jobs
|
||||
dumpers.depends = gdb simplifytypes
|
||||
dumpers.file = dumpers.pro
|
||||
|
||||
SUBDIRS += gdb
|
||||
SUBDIRS += simplifytypes
|
||||
SUBDIRS += dumpers
|
||||
SUBDIRS += namedemangler.pro
|
||||
SUBDIRS += simplifytypes.pro
|
||||
SUBDIRS += disassembler.pro
|
||||
SUBDIRS += offsets.pro
|
||||
|
||||
|
Reference in New Issue
Block a user