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