Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qjsonbinding / qjsonbinding.pro
1 CONFIG += testcase
2 TARGET = tst_qjsonbinding
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qjsonbinding.cpp
6 INCLUDEPATH += ../../shared
7
8 include (../../shared/util.pri)
9
10 # QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage
11 # LIBS += -lgcov
12
13 TESTDATA = data/*
14
15 CONFIG += parallel_test
16 QT += core qml testlib gui-private
17 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0