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
Network
Kopete
Commits
553fc241
Commit
553fc241
authored
Oct 21, 2022
by
Jonathan Esk-Riddell
🏄
Committed by
Albert Astals Cid
Oct 21, 2022
Browse files
Fix build with KF >= 5.100
parent
b61295b7
Pipeline
#252685
passed with stage
in 5 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
553fc241
...
...
@@ -161,7 +161,7 @@ add_subdirectory(styles)
add_subdirectory
(
doc
)
add_subdirectory
(
tests
)
if
(
${
ECM_VERSION
}
STR
GREATER
"5.58.0"
)
if
(
${
ECM_VERSION
}
VERSION_
GREATER
"5.58.0"
)
install
(
FILES kopete.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
else
()
install
(
FILES kopete.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
...
...
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