diff options
| author | Laurent Montel <[email protected]> | 2022-08-01 19:18:16 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2022-08-01 19:18:23 +0200 |
| commit | 227ccfdd3d745906d9a29144e4423f62073dd0cf (patch) | |
| tree | 1fd591e6f06c2cc4c7ba200dbe1f5d5aa6218336 /CMakeLists.txt | |
| parent | f506666540981b9e46c4b5d6c7add179f3c4c709 (diff) | |
Sync QT_MIN_VERSION with KF's REQUIRED_QT_VERSION
In KF we already looking for 5.15.2
and looking something lower than that
is a bit meaningless
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ad8a4e56..60da71225 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set (RELEASE_SERVICE_VERSION_MICRO "70") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) -set(QT_MIN_VERSION "5.15.0") +set(QT_MIN_VERSION "5.15.2") set(KF5_MIN_VERSION "5.92.0") # ECM setup |
