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/cocoa/menurama/menurama.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/manual/cocoa') diff --git a/tests/manual/cocoa/menurama/menurama.pro b/tests/manual/cocoa/menurama/menurama.pro index da6f224e0d..f0928be31d 100644 --- a/tests/manual/cocoa/menurama/menurama.pro +++ b/tests/manual/cocoa/menurama/menurama.pro @@ -4,9 +4,7 @@ # #------------------------------------------------- -QT += core gui - -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets +QT += core gui widgets TARGET = Menurama TEMPLATE = app -- cgit v1.2.3