forked from qt-creator/qt-creator
18 lines
343 B
INI
18 lines
343 B
INI
QT += testlib
|
|
|
|
DEBUGGERDIR = ../../../src/plugins/debugger
|
|
UTILSDIR = ../../../src/libs
|
|
MACROSDIR = ../../../share/qtcreator/gdbmacros
|
|
|
|
SOURCES += \
|
|
$$DEBUGGERDIR/gdb/gdbmi.cpp \
|
|
$$MACROSDIR/gdbmacros.cpp \
|
|
tst_dumpers.cpp \
|
|
|
|
DEFINES += MACROSDEBUG
|
|
|
|
INCLUDEPATH += $$DEBUGGERDIR $$UTILSDIR $$MACROSDIR
|
|
|
|
TARGET = tst_$$TARGET
|
|
|