aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse/touchmouse.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@theqtcompany.com>2016-05-02 11:08:13 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-06-13 06:04:24 +0000
commit94324bd93fe9f4f61346b8f9e934c01279cb700e (patch)
tree4da1ef9c48b63d885b7f43cf4d8bb636de234015 /tests/auto/quick/touchmouse/touchmouse.pro
parent0c5a9ff9876cb1af53317720d1de8baae003e21d (diff)
tst_touchmouse: make use of new QTest::createTouchDevice function
So gui-private API isn't necessary anymore. Task-number: QTBUG-44030 Change-Id: If4e77fc99e9f6373b8dd0303c9ac52e71ed43cf7 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'tests/auto/quick/touchmouse/touchmouse.pro')
-rw-r--r--tests/auto/quick/touchmouse/touchmouse.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/touchmouse/touchmouse.pro b/tests/auto/quick/touchmouse/touchmouse.pro
index 0df9bc53d3..49818bb399 100644
--- a/tests/auto/quick/touchmouse/touchmouse.pro
+++ b/tests/auto/quick/touchmouse/touchmouse.pro
@@ -1,7 +1,7 @@
CONFIG += testcase
TARGET = tst_touchmouse
-QT += core-private gui-private qml-private quick-private testlib
+QT += core-private qml-private quick-private testlib
macx:CONFIG -= app_bundle