summaryrefslogtreecommitdiff
path: root/tests/auto/debugger/simplifytypes.pro
blob: df645f15131de64d206a6aa0b907bd76cb932734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QTC_LIB_DEPENDS += utils
include(../qttest.pri)
QT += network
QT -= gui widgets

DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger

INCLUDEPATH += $$DEBUGGERDIR

SOURCES += \
    tst_simplifytypes.cpp \
    $$DEBUGGERDIR/simplifytype.cpp \