aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess/qqmldebugprocess.pro
blob: 9bea2d222c9ebe34b6aa9479cc49666c0a1ee0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qqmldebugprocess
QT = core testlib
CONFIG -= debug_and_release_target
macos:CONFIG -= app_bundle

SOURCES += \
    ../../shared/qqmldebugprocess.cpp \
    tst_qqmldebugprocess.cpp

HEADERS += \
    ../../shared/qqmldebugprocess_p.h

INCLUDEPATH += ../../shared