Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / qqmldebugjs / qqmldebugjs.pro
1 CONFIG += testcase
2 TARGET = tst_qqmldebugjs
3 QT += qml testlib gui-private
4 macx:CONFIG -= app_bundle
5
6 SOURCES +=     tst_qqmldebugjs.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 data/test.js \
15     data/timer.qml \
16     data/exception.qml \
17     data/oncompleted.qml \
18     data/loadjsfile.qml \
19     data/condition.qml \
20     data/changeBreakpoint.qml \
21     data/stepAction.qml \
22     data/breakpointRelocation.qml \
23     data/createComponent.qml
24 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0