Skip to content
GitLab
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
d3c46049
Commit
d3c46049
authored
Feb 28, 2022
by
Devin Lin
🎨
Committed by
Nate Graham
Feb 28, 2022
Browse files
Bump KF5 requirement to 5.89.0
parent
9ab716e8
Pipeline
#143532
passed with stage
in 7 minutes and 10 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d3c46049
...
...
@@ -19,7 +19,7 @@ find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Network Qml Quick T
find_package
(
Qt5Core
${
REQUIRED_QT_VERSION
}
CONFIG REQUIRED Private
)
set
(
REQUIRED_KF5_VERSION
"5.8
6
.0"
)
set
(
REQUIRED_KF5_VERSION
"5.8
9
.0"
)
find_package
(
ECM
${
REQUIRED_KF5_VERSION
}
REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
${
ECM_MODULE_PATH
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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