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