From c8cdf5c1095fd89ff3f9bf6bd6e3af7a5de5242c Mon Sep 17 00:00:00 2001 From: Luís Pereira Date: Thu, 6 May 2021 17:30:15 +0100 Subject: Bump minimum required Qt version to 5.15 Part of https://github.com/lxqt/lxqt/discussions/1974. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 254e250..0fadfdc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ include(GNUInstallDirs) # Minimum Versions set(GLIB_MINIMUM_VERSION "2.50.0") set(LXQTBT_MINIMUM_VERSION "0.9.0") -set(QT_MINIMUM_VERSION "5.12.0") +set(QT_MINIMUM_VERSION "5.15.0") find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED) find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED) -- cgit v1.2.3-55-g7522