aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/drawingmodes/drawingmodes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/drawingmodes/drawingmodes.pro')
-rw-r--r--tests/auto/quick/drawingmodes/drawingmodes.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/quick/drawingmodes/drawingmodes.pro b/tests/auto/quick/drawingmodes/drawingmodes.pro
new file mode 100644
index 0000000000..ff5383b501
--- /dev/null
+++ b/tests/auto/quick/drawingmodes/drawingmodes.pro
@@ -0,0 +1,17 @@
+CONFIG += testcase
+TARGET = tst_drawingmodes
+SOURCES += tst_drawingmodes.cpp
+
+macos:CONFIG -= app_bundle
+
+TESTDATA = data/*
+
+include(../../shared/util.pri)
+
+CONFIG += parallel_test
+QT += gui qml quick testlib
+
+OTHER_FILES += \
+ data/DrawingModes.qml
+
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0