Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
e017ac7f
Commit
e017ac7f
authored
Nov 21, 2020
by
Nicolas Fella
Committed by
Christoph Cullmann
Nov 22, 2020
Browse files
Require KF 5.68
We use API from 5.68 unconditionally, e.g. KApplicationTrader
CCBUG: 428983
parent
ec1fded9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e017ac7f
...
@@ -10,7 +10,7 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_
...
@@ -10,7 +10,7 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_
project
(
kate VERSION
${
RELEASE_SERVICE_VERSION
}
)
project
(
kate VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
QT_MIN_VERSION
"5.10.0"
)
set
(
QT_MIN_VERSION
"5.10.0"
)
set
(
KF5_DEP_VERSION
"5.
40
.0"
)
set
(
KF5_DEP_VERSION
"5.
68
.0"
)
# We need some parts of the ECM CMake helpers.
# We need some parts of the ECM CMake helpers.
find_package
(
ECM
${
KF5_DEP_VERSION
}
QUIET REQUIRED NO_MODULE
)
find_package
(
ECM
${
KF5_DEP_VERSION
}
QUIET REQUIRED NO_MODULE
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment