Files
qt-creator/tests/auto/debugger/debugger.pro

18 lines
341 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
gdb.file = gdb.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 += disassembler.pro
SUBDIRS += offsets.pro