Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / script / qjsvalue / qjsvalue.pro
1 CONFIG += testcase
2 TEMPLATE = app
3 TARGET = tst_bench_qjsvalue
4 DEPENDPATH += .
5 INCLUDEPATH += .
6 macx:CONFIG -= app_bundle
7 CONFIG += release
8
9 SOURCES += tst_qjsvalue.cpp
10
11 QT += core-private v8-private qml-private testlib
12 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0