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