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, 0 insertions, 17 deletions
diff --git a/tests/auto/quick/drawingmodes/drawingmodes.pro b/tests/auto/quick/drawingmodes/drawingmodes.pro
deleted file mode 100644
index ff5383b501..0000000000
--- a/tests/auto/quick/drawingmodes/drawingmodes.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-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