summaryrefslogtreecommitdiffstats
path: root/tests/manual/qcursor/qcursorhighdpi
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/qcursor/qcursorhighdpi
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/qcursor/qcursorhighdpi')
-rw-r--r--tests/manual/qcursor/qcursorhighdpi/qcursorhighdpi.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/manual/qcursor/qcursorhighdpi/qcursorhighdpi.pro b/tests/manual/qcursor/qcursorhighdpi/qcursorhighdpi.pro
index 3a8fc25b33..b0a5a75a67 100644
--- a/tests/manual/qcursor/qcursorhighdpi/qcursorhighdpi.pro
+++ b/tests/manual/qcursor/qcursorhighdpi/qcursorhighdpi.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
-QT = core gui
-greaterThan(QT_MAJOR_VERSION, 4): QT += gui-private core-private widgets
+QT = core gui gui-private core-private widgets
CONFIG -= app_bundle
SOURCES += main.cpp
win32: LIBS += -lUser32