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