Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmltranslation / qqmltranslation.pro
1 CONFIG += testcase
2 TARGET = tst_qqmltranslation
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qqmltranslation.cpp
6 RESOURCES += data/translation.qrc
7
8 include (../../shared/util.pri)
9
10 TESTDATA = data/*
11
12 CONFIG += parallel_test
13
14 QT += core-private gui-private qml-private testlib
15 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0