forked from qt-creator/qt-creator
Never been used, completely outdated, fails autotest. Change-Id: I2c1808b4a66e9abdb839670eeae3e5226c7246ba Reviewed-by: hjk <hjk@qt.io>
15 lines
456 B
Prolog
15 lines
456 B
Prolog
|
|
TEMPLATE = subdirs
|
|
|
|
# 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
|
|
|
|
SUBDIRS += gdb.pro
|
|
SUBDIRS += simplifytypes.pro
|
|
SUBDIRS += dumpers.pro
|
|
SUBDIRS += disassembler.pro
|
|
SUBDIRS += offsets.pro
|