Debugger: Fix warnings about declarative_debug in autotests
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / qqmldebugclient / qqmldebugclient.pro
1 CONFIG += testcase
2 TARGET = tst_qqmldebugclient
3 macx:CONFIG -= app_bundle
4
5 HEADERS += ../shared/qqmldebugtestservice.h
6
7 SOURCES += tst_qqmldebugclient.cpp \
8            ../shared/qqmldebugtestservice.cpp
9
10 INCLUDEPATH += ../shared
11 include(../shared/debugutil.pri)
12
13 DEFINES += QT_QML_DEBUG_NO_WARNING
14
15 CONFIG += qml_debug
16
17 QT += qml-private testlib