aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro')
-rw-r--r--tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro b/tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro
deleted file mode 100644
index 6258fb9392..0000000000
--- a/tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-CONFIG += testcase
-
-TARGET = tst_qquickdraghandler
-QT += core-private gui-private qml-private quick-private testlib
-
-macos:CONFIG -= app_bundle
-
-SOURCES += tst_qquickdraghandler.cpp
-
-include (../../../shared/util.pri)
-include (../../shared/util.pri)
-
-TESTDATA = data/*
-
-OTHER_FILES += data/DragAnywhereSlider.qml \
- data/FlashAnimation.qml \
- data/Slider.qml \
- data/draggables.qml \
- data/grabberstate.qml \
- data/multipleSliders.qml \
- data/reparenting.qml \
- data/snapMode.qml \