QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qtquick2 / qdeclarativexmllistmodel / qdeclarativexmllistmodel.pro
1 CONFIG += testcase
2 TARGET = tst_qdeclarativexmllistmodel
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qdeclarativexmllistmodel.cpp
6
7 include (../../shared/util.pri)
8
9 testDataFiles.files = data
10 testDataFiles.path = .
11 DEPLOYMENT += testDataFiles
12
13 CONFIG += parallel_test
14
15 QT += core-private gui-private v8-private declarative-private network testlib xmlpatterns