Files
qt-creator/tests/auto/debugger/gdb.pro

14 lines
276 B
Prolog
Raw Normal View History

QT = core network
2010-10-21 14:49:58 +10:00
include(../qttest.pri)
2011-02-16 13:01:58 +01:00
DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger
UTILSDIR = $$IDE_SOURCE_TREE/src/libs/utils
2009-10-27 17:37:13 +01:00
INCLUDEPATH += $$DEBUGGERDIR
2009-10-27 17:37:13 +01:00
SOURCES += \
tst_gdb.cpp \
$$DEBUGGERDIR/debuggerprotocol.cpp \
$$UTILSDIR/processhandle.cpp