Files
qt-creator/tests/auto/debugger/debugger.pro
hjk f08c3d150a Debugger: Fix parsing of octal-encoded gdb escapes
Fixes: QTCREATORBUG-24462
Change-Id: I89153a04eeef6a2e20fefef45e0efa3712ec0997
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2020-10-06 07:01:04 +00:00

16 lines
480 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
SUBDIRS += protocol.pro