Use TESTDATA macro in declarative tests.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qsgborderimage / qsgborderimage.pro
1 CONFIG += testcase
2 TARGET = tst_qsgborderimage
3 macx:CONFIG -= app_bundle
4
5 HEADERS += ../shared/testhttpserver.h
6 SOURCES += tst_qsgborderimage.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
15
16 qpa:CONFIG+=insignificant_test  # QTBUG-21004 fails, unstably