forked from qt-creator/qt-creator
16 lines
290 B
INI
16 lines
290 B
INI
CONFIG += qtestlib testcase
|
|
|
|
DEBUGGERDIR = ../../../src/plugins/debugger
|
|
UTILSDIR = ../../../src/libs
|
|
MACROSDIR = ../../../share/qtcreator/gdbmacros
|
|
|
|
SOURCES += \
|
|
tst_plugin.cpp \
|
|
|
|
DEFINES += MACROSDEBUG
|
|
|
|
INCLUDEPATH += $$DEBUGGERDIR $$UTILSDIR $$MACROSDIR
|
|
|
|
TARGET = tst_$$TARGET
|
|
|