aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/pointerhandlers.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-08-28 08:54:31 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-09-02 21:39:05 +0000
commit4f26b351913c80c8d0a339b0361aea22e904ddf7 (patch)
tree15235d6f4082e9e49e999a840cb4326ea4abcdbd /tests/auto/quick/pointerhandlers/pointerhandlers.pro
parent0dbb301e167292f728a845625556f2bef4699022 (diff)
move qquickpointerhandler test to a subdirectory
Tests will become too complex to do them all in one class, so let's have a subdirectory for each handler. Change-Id: I157f6c150f15ca53d77bc9eb716723c6105e393a Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/pointerhandlers/pointerhandlers.pro')
-rw-r--r--tests/auto/quick/pointerhandlers/pointerhandlers.pro19
1 files changed, 5 insertions, 14 deletions
diff --git a/tests/auto/quick/pointerhandlers/pointerhandlers.pro b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
index 41e1196965..4a3f99765e 100644
--- a/tests/auto/quick/pointerhandlers/pointerhandlers.pro
+++ b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
@@ -1,16 +1,7 @@
-CONFIG += testcase
+TEMPLATE = subdirs
-TARGET = tst_pointerhandlers
-QT += core-private gui-private qml-private quick-private testlib
-
-macos:CONFIG -= app_bundle
-
-SOURCES += tst_pointerhandlers.cpp
-
-include (../../shared/util.pri)
-include (../shared/util.pri)
-
-TESTDATA = data/*
-
-# OTHER_FILES += data/foo.qml
+qtConfig(private_tests) {
+ SUBDIRS += \
+ qquickpointerhandler \
+}