Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / particles / emission / emission.pro
1 CONFIG += testcase
2 TARGET = tst_emission
3 SOURCES += tst_emission.cpp
4 macx:CONFIG -= app_bundle
5
6 testDataFiles.files = data
7 testDataFiles.path = .
8 DEPLOYMENT += testDataFiles
9
10 QT += core-private gui-private v8-private qml-private quick-private opengl-private testlib
11 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0