summaryrefslogtreecommitdiffstats
path: root/tests/manual/touch
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-11-11 11:39:02 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2019-11-13 15:00:51 +0100
commit15b78b3b545f54bc5cf057536dc8002a627c2d0e (patch)
treed38fa976097d6fbc2ff520d70bdc6729ed08448d /tests/manual/touch
parent36fcfd962d0514a49ec242122989e6b4a58f1349 (diff)
Update version checks in tests/manual
Remove unnecessary version in tests/manual since they are always true in the CMake port where it's impossible to have a QtVersion less than 6.0. Change-Id: I26a13117a8c2e032a9cc70ca0f040122cbf79886 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/manual/touch')
-rw-r--r--tests/manual/touch/touch.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/manual/touch/touch.pro b/tests/manual/touch/touch.pro
index fcb3c47f43..08e3fdcd71 100644
--- a/tests/manual/touch/touch.pro
+++ b/tests/manual/touch/touch.pro
@@ -1,5 +1,4 @@
TEMPLATE = app
-QT = core gui
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+QT = core gui widgets
CONFIG -= app_bundle
SOURCES += main.cpp