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