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