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