Set the Qt API level to compatibility mode in all tests.
[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 SOURCES += \
6     tst_qqmlenginedebugservice.cpp
7
8 INCLUDEPATH += ../shared
9 include(../../../shared/util.pri)
10 include(../shared/qqmlenginedebugclient.pri)
11 include(../shared/debugutil.pri)
12
13 DEFINES += QT_QML_DEBUG_NO_WARNING
14
15 QT += core-private qml-private quick-private v8-private testlib gui-private
16 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0