From 15b78b3b545f54bc5cf057536dc8002a627c2d0e Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Mon, 11 Nov 2019 11:39:02 +0100 Subject: 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 --- tests/manual/dialogs/dialogs.pro | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tests/manual/dialogs/dialogs.pro') diff --git a/tests/manual/dialogs/dialogs.pro b/tests/manual/dialogs/dialogs.pro index d765b8cf05..1beedc251e 100644 --- a/tests/manual/dialogs/dialogs.pro +++ b/tests/manual/dialogs/dialogs.pro @@ -1,9 +1,5 @@ -QT += core gui - -greaterThan(QT_MAJOR_VERSION, 4) { - QT += widgets - qtHaveModule(printsupport): QT += printsupport -} +QT += core gui widgets +qtHaveModule(printsupport): QT += printsupport TARGET = dialogs TEMPLATE = app -- cgit v1.2.3