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
Games
libkmahjongg
Commits
b6048932
Unverified
Commit
b6048932
authored
Jun 13, 2019
by
Luca Beltrame
Browse files
Use the new logging categories directory with ECM >= 5.59.0
parent
2e33fde3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b6048932
...
...
@@ -134,7 +134,12 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kmahjongglib_version.h
DESTINATION
${
KF5_INCLUDE_INSTALL_DIR
}
/KF5KMahjongg
COMPONENT Devel
)
install
(
FILES libkmahjongg.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
${
ECM_VERSION
}
STRGREATER
"5.58.0"
)
install
(
FILES libkmahjongg.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
else
()
install
(
FILES libkmahjongg.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
endif
()
########### Display Summary ###############
feature_summary
(
WHAT ALL
...
...
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