Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / qml / qqmlmetaproperty / qqmlmetaproperty.pro
1 CONFIG += testcase
2 TEMPLATE = app
3 TARGET = tst_qqmlmetaproperty
4 QT += qml testlib
5 macx:CONFIG -= app_bundle
6
7 SOURCES += tst_qqmlmetaproperty.cpp 
8
9 # Define SRCDIR equal to test's source directory
10 DEFINES += SRCDIR=\\\"$$PWD\\\"
11 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0