forked from qt-creator/qt-creator
Change-Id: I9deb837b693c433e3c865dda2b212129e193d63b Reviewed-by: hjk <hjk@theqtcompany.com>
18 lines
341 B
Prolog
18 lines
341 B
Prolog
|
|
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
|
|
|