aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Fadıl Usta <omerusta@gmail.com>2022-07-24 23:41:04 +0000
committerAlbert Astals Cid <aacid@kde.org>2022-08-09 20:51:14 +0000
commita7e2d05ae0e3a5ce1705901e96d46f04f2a90604 (patch)
treef585918c536e30e2670f83846a6eac51a98f21fc
parentdb46fc981fd8c1a46d923aeaf2187dfcc8b50099 (diff)
downloadextra-cmake-modules-a7e2d05ae0e3a5ce1705901e96d46f04f2a90604.tar.gz
extra-cmake-modules-a7e2d05ae0e3a5ce1705901e96d46f04f2a90604.tar.bz2
Sync QT_MIN_VERSION with KF's REQUIRED_QT_VERSION
In KF 5.90 we already looking for 5.15.2 and looking something lower than that is a bit meaningless
-rw-r--r--modules/ECMDeprecationSettings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMDeprecationSettings.cmake b/modules/ECMDeprecationSettings.cmake
index 6f8fe91e..f7cd2b12 100644
--- a/modules/ECMDeprecationSettings.cmake
+++ b/modules/ECMDeprecationSettings.cmake
@@ -34,7 +34,7 @@ Example usage:
.. code-block:: cmake
- set(QT_MIN_VERSION "5.15.0")
+ set(QT_MIN_VERSION "5.15.2")
set(KF5_MIN_VERSION "5.90")
ecm_set_disabled_deprecation_versions(