Files
qt-creator/tests/auto/debugger/debugger.pro
Christian Stenger 08ad4bef77 Tests: Robustify compile of debugger auto tests
Change-Id: I9deb837b693c433e3c865dda2b212129e193d63b
Reviewed-by: hjk <hjk@theqtcompany.com>
2015-04-13 13:26:10 +00:00

18 lines
341 B
Prolog

TEMPLATE = subdirs
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 += disassembler.pro
SUBDIRS += offsets.pro