Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquickborderimage / qquickborderimage.pro
1 CONFIG += testcase
2 TARGET = tst_qquickborderimage
3 macx:CONFIG -= app_bundle
4
5 HEADERS += ../shared/testhttpserver.h
6 SOURCES += tst_qquickborderimage.cpp ../shared/testhttpserver.cpp
7
8 testDataFiles.files = data
9 testDataFiles.path = .
10 DEPLOYMENT += testDataFiles
11
12 CONFIG += parallel_test
13
14 QT += core-private gui-private declarative-private network widgets testlib