aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickpathview/qquickpathview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qquickpathview/qquickpathview.pro')
-rw-r--r--tests/auto/declarative/qquickpathview/qquickpathview.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/declarative/qquickpathview/qquickpathview.pro b/tests/auto/declarative/qquickpathview/qquickpathview.pro
new file mode 100644
index 0000000000..d03cd4eec7
--- /dev/null
+++ b/tests/auto/declarative/qquickpathview/qquickpathview.pro
@@ -0,0 +1,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