From 9ad61117048394ef97b99a7387f5f48b5a12d9d9 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 21 Apr 2017 22:20:21 +0200 Subject: Add autotest for DragHandler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I46f7e2c16b775723a08aa192845d490046231990 Reviewed-by: Jan Arve Sæther --- .../qquickdraghandler/qquickdraghandler.pro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro (limited to 'tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro') diff --git a/tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro b/tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro new file mode 100644 index 0000000000..b50fe5ca6f --- /dev/null +++ b/tests/auto/quick/pointerhandlers/qquickdraghandler/qquickdraghandler.pro @@ -0,0 +1,15 @@ +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/foo.qml -- cgit v1.2.3