aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgborderimage/qsgborderimage.pro
blob: 65200a9a93d18a59cfa217e90bcf92fc66555e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qsgborderimage
macx:CONFIG -= app_bundle

HEADERS += ../shared/testhttpserver.h
SOURCES += tst_qsgborderimage.cpp ../shared/testhttpserver.cpp

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

CONFIG += parallel_test

QT += core-private gui-private declarative-private network widgets testlib