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

HEADERS += ../shared/qqmldebugtestservice.h

SOURCES += tst_qqmldebugservice.cpp \
           ../shared/qqmldebugtestservice.cpp

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

CONFIG += parallel_test declarative_debug

QT += qml-private testlib