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
Plasma
Plasma Integration
Commits
99d38b51
Commit
99d38b51
authored
Jan 16, 2020
by
Jonathan Esk-Riddell
🏄
Browse files
KF5_MIN_VERSION for plasma 5.18 is KF5 5.66.0
parent
69b756e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
99d38b51
...
...
@@ -5,7 +5,7 @@ set(PROJECT_VERSION "5.17.80")
set
(
PROJECT_VERSION_MAJOR 5
)
set
(
QT_MIN_VERSION
"5.12.0"
)
set
(
KF5_MIN_VERSION
"5.6
2
.0"
)
set
(
KF5_MIN_VERSION
"5.6
6
.0"
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/modules
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
)
...
...
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