forked from qt-creator/qt-creator
13 lines
261 B
INI
13 lines
261 B
INI
include(../qttest.pri)
|
|
|
|
DEBUGGERDIR = ../../../src/plugins/debugger
|
|
UTILSDIR = ../../../src/libs
|
|
MACROSDIR = ../../../share/qtcreator/gdbmacros
|
|
|
|
SOURCES += \
|
|
tst_plugin.cpp \
|
|
|
|
DEFINES += MACROSDEBUG
|
|
|
|
INCLUDEPATH += $$DEBUGGERDIR $$UTILSDIR $$MACROSDIR
|