summaryrefslogtreecommitdiff
path: root/tests/auto/debugger/debugger.pro
blob: 12a115c91958b4a750089fc01c9cb35c351f2497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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