aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickdrawer/qquickdrawer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickdrawer/qquickdrawer.pro')
-rw-r--r--tests/auto/qquickdrawer/qquickdrawer.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qquickdrawer/qquickdrawer.pro b/tests/auto/qquickdrawer/qquickdrawer.pro
new file mode 100644
index 00000000..9df205e6
--- /dev/null
+++ b/tests/auto/qquickdrawer/qquickdrawer.pro
@@ -0,0 +1,14 @@
+CONFIG += testcase
+TARGET = tst_qquickdrawer
+SOURCES += tst_qquickdrawer.cpp
+
+macos:CONFIG -= app_bundle
+
+QT += core-private gui-private qml-private quick-private testlib quicktemplates2-private
+
+include (../shared/util.pri)
+
+TESTDATA = data/*
+
+OTHER_FILES += \
+ data/*.qml