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

HEADERS += ../shared/qqmldebugtestservice.h

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

include(../shared/debugutil.pri)

DEFINES += QT_QML_DEBUG_NO_WARNING

CONFIG += qml_debug

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