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