aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugservice.pro
blob: 0212d11cd1634479305a9c9697b0b198d34b3883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qqmlenginedebugservice
macx:CONFIG -= app_bundle

HEADERS += \
    qqmlenginedebugclient.h

SOURCES += \
    tst_qqmlenginedebugservice.cpp \
    qqmlenginedebugclient.cpp

INCLUDEPATH += ../shared
include(../../../shared/util.pri)
include(../shared/debugutil.pri)

CONFIG += parallel_test declarative_debug

QT += core-private qml-private quick-private v8-private testlib