From 6e8f97b83b7636077a83f2f900a167d049b575f0 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 19 Mar 2024 10:50:57 +0200 Subject: [PATCH] Remove check for Qt version > 4 that's not useful now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.7 Change-Id: Ia24b2b9fb9f3b070f8eccaf74a09787b324ab01e Reviewed-by: Tinja Paavoseppä --- examples/corelib/platform/androidnotifier/androidnotifier.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/corelib/platform/androidnotifier/androidnotifier.pro b/examples/corelib/platform/androidnotifier/androidnotifier.pro index 6ac4c69eb33..7e5b845e109 100644 --- a/examples/corelib/platform/androidnotifier/androidnotifier.pro +++ b/examples/corelib/platform/androidnotifier/androidnotifier.pro @@ -1,5 +1,4 @@ -QT += core gui -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets +QT += core gui widgets QT += core-private # For Notification permission request SOURCES += \