forked from qt-creator/qt-creator
libUtils nowadays depends on Qt Declarative, which is not necessarily present in pure test setups. Change-Id: I8c40d086186ccf047c034345126f088f53652dbb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
14 lines
276 B
INI
14 lines
276 B
INI
QT = core network
|
|
include(../qttest.pri)
|
|
|
|
DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger
|
|
UTILSDIR = $$IDE_SOURCE_TREE/src/libs/utils
|
|
|
|
INCLUDEPATH += $$DEBUGGERDIR
|
|
|
|
SOURCES += \
|
|
tst_gdb.cpp \
|
|
$$DEBUGGERDIR/debuggerprotocol.cpp \
|
|
$$UTILSDIR/processhandle.cpp
|
|
|