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
Multimedia
Elisa
Commits
6c6e7d87
Commit
6c6e7d87
authored
Dec 03, 2021
by
Nate Graham
Browse files
Bump dependency version to 5.86 now that it exists
parent
1f71bc46
Pipeline
#104951
passed with stage
in 4 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6c6e7d87
...
...
@@ -19,8 +19,7 @@ find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Network Qml Quick T
find_package
(
Qt5Core
${
REQUIRED_QT_VERSION
}
CONFIG REQUIRED Private
)
# TODO: bump dependency to 5.86 once 5.86 is tagged
set
(
REQUIRED_KF5_VERSION
"5.85.0"
)
set
(
REQUIRED_KF5_VERSION
"5.86.0"
)
find_package
(
ECM
${
REQUIRED_KF5_VERSION
}
REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
${
ECM_MODULE_PATH
}
)
...
...
Write
Preview
Markdown
is supported
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