2009-04-06 14:07:30 +02:00
|
|
|
|
2009-08-26 08:56:33 +02:00
|
|
|
TEMPLATE = subdirs
|
2009-04-06 14:07:30 +02:00
|
|
|
|
2017-02-23 08:22:31 +01:00
|
|
|
# Avoid race condition when compiling with multiple jobs or moc_predefs.h might get used and
|
|
|
|
|
# overridden at the same time as the sub projects are using the same build directory.
|
|
|
|
|
# Correct would be to completely rearrange these sub projects into sub directories, using the
|
|
|
|
|
# quick fix instead.
|
|
|
|
|
CONFIG += ordered
|
2015-04-13 14:56:08 +02:00
|
|
|
|
2017-02-23 08:22:31 +01:00
|
|
|
SUBDIRS += gdb.pro
|
|
|
|
|
SUBDIRS += simplifytypes.pro
|
|
|
|
|
SUBDIRS += dumpers.pro
|
2013-01-23 12:25:18 +01:00
|
|
|
SUBDIRS += namedemangler.pro
|
2014-02-18 17:25:21 +01:00
|
|
|
SUBDIRS += disassembler.pro
|
2014-03-27 19:34:18 +01:00
|
|
|
SUBDIRS += offsets.pro
|
2011-02-17 12:13:33 +01:00
|
|
|
|