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