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

HEADERS += ../shared/qqmldebugtestservice.h

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

include(../shared/debugutil.pri)

TESTDATA = data/*

OTHER_FILES += \
    data/test.qml

DEFINES += QT_QML_DEBUG_NO_WARNING

QT += qml-private testlib gui-private core-private