Tests: Robustify compile of debugger auto tests

Change-Id: I9deb837b693c433e3c865dda2b212129e193d63b
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-04-13 14:56:08 +02:00
committed by hjk
parent 300304de19
commit 08ad4bef77

View File

@@ -1,10 +1,17 @@
TEMPLATE = subdirs TEMPLATE = subdirs
SUBDIRS += gdb.pro gdb.file = gdb.pro
SUBDIRS += dumpers.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 += namedemangler.pro
SUBDIRS += simplifytypes.pro
SUBDIRS += disassembler.pro SUBDIRS += disassembler.pro
SUBDIRS += offsets.pro SUBDIRS += offsets.pro