Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / qdebugmessageservice / qdebugmessageservice.pro
1 CONFIG += testcase
2 TARGET = tst_qdebugmessageservice
3 QT += qml network testlib gui-private
4 macx:CONFIG -= app_bundle
5
6 SOURCES +=     tst_qdebugmessageservice.cpp
7
8 INCLUDEPATH += ../shared
9 include(../../../shared/util.pri)
10 include(../shared/debugutil.pri)
11
12 TESTDATA = data/*
13
14 OTHER_FILES += data/test.qml
15 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0