Port konsolerun service menu to new install location

Task: https://phabricator.kde.org/T14543
This commit is contained in:
Alexander Lohnau
2022-01-10 07:03:31 +01:00
parent 5fbd176640
commit 8e09818977
2 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE
# minimal requirements
# See comments in https://invent.kde.org/utilities/konsole/-/commit/9d8e47298c81fc1e47c998eda1b6e980589274eb
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
# Match KDE Frameworks update Apr 2021
set (QT_MIN_VERSION "5.15.0")