aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickanchors/qquickanchors.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick2/qquickanchors/qquickanchors.pro')
-rw-r--r--tests/auto/qtquick2/qquickanchors/qquickanchors.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qtquick2/qquickanchors/qquickanchors.pro b/tests/auto/qtquick2/qquickanchors/qquickanchors.pro
new file mode 100644
index 0000000000..92f24cff07
--- /dev/null
+++ b/tests/auto/qtquick2/qquickanchors/qquickanchors.pro
@@ -0,0 +1,12 @@
+TARGET = tst_qquickanchors
+CONFIG += testcase
+SOURCES += tst_qquickanchors.cpp
+macx:CONFIG -= app_bundle
+
+testDataFiles.files = data
+testDataFiles.path = .
+DEPLOYMENT += testDataFiles
+
+CONFIG += parallel_test
+
+QT += core-private gui-private declarative-private quick-private v8-private testlib