forked from qt-creator/qt-creator
Some scripts make use of this convention to differentiate unit tests from applications which happen to link to testlib. Reviewed-by: ossi
17 lines
277 B
INI
17 lines
277 B
INI
QT += testlib
|
|
|
|
|
|
DEBUGGERDIR = ../../../src/plugins/debugger
|
|
UTILSDIR = ../../../src/libs
|
|
MACROSDIR = ../../../share/qtcreator/gdbmacros
|
|
|
|
SOURCES += \
|
|
tst_plugin.cpp \
|
|
|
|
DEFINES += MACROSDEBUG
|
|
|
|
INCLUDEPATH += $$DEBUGGERDIR $$UTILSDIR $$MACROSDIR
|
|
|
|
TARGET = tst_$$TARGET
|
|
|