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