Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KShisen
Commits
ce6b11e2
Commit
ce6b11e2
authored
Jun 13, 2019
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new logging category directory when ECM>=5.59
parent
2967f512
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
CMakeLists.txt
CMakeLists.txt
+5
-1
No files found.
CMakeLists.txt
View file @
ce6b11e2
...
...
@@ -67,6 +67,10 @@ add_subdirectory(doc)
install
(
PROGRAMS org.kde.kshisen.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES org.kde.kshisen.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
install
(
FILES kshisen.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
${
ECM_VERSION
}
STRGREATER
"5.58.0"
)
install
(
FILES kshisen.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
else
()
install
(
FILES kshisen.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
endif
()
########### Display Summary ###############
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
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