aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickpathview/qquickpathview.pro
blob: d03cd4eec7605bd172700d3f1e48cbc420847c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qquickpathview
macx:CONFIG -= app_bundle

SOURCES += tst_qquickpathview.cpp

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

CONFIG += parallel_test
QT += core-private gui-private v8-private declarative-private widgets testlib