Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / qqmldebugservice / qqmldebugservice.pro
1 CONFIG += testcase
2 TARGET = tst_qqmldebugservice
3 macx:CONFIG -= app_bundle
4
5 HEADERS += ../shared/qqmldebugtestservice.h
6
7 SOURCES += tst_qqmldebugservice.cpp \
8            ../shared/qqmldebugtestservice.cpp
9
10 INCLUDEPATH += ../shared
11 include(../../../shared/util.pri)
12 include(../shared/debugutil.pri)
13
14 DEFINES += QT_QML_DEBUG_NO_WARNING
15
16 QT += qml-private testlib gui-private
17 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0