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