aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickborderimage/qquickborderimage.pro
blob: c967d579e5fb088058c4175b3f20cf36db58666a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_qquickborderimage
macx:CONFIG -= app_bundle

HEADERS += ../../shared/testhttpserver.h
SOURCES += tst_qquickborderimage.cpp \
           ../../shared/testhttpserver.cpp

include (../../shared/util.pri)

TESTDATA = data/*

CONFIG += parallel_test

QT += core-private gui-private qml-private quick-private network widgets testlib