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
PIM
KMail Account Wizard
Commits
4c474ea1
Commit
4c474ea1
authored
Jun 11, 2019
by
Laurent Montel
Browse files
When we use framework 5.59.0 we can use new logging file directory
parent
75a4b9b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4c474ea1
...
...
@@ -110,6 +110,10 @@ endif ()
add_subdirectory
(
src
)
install
(
FILES accountwizard.renamecategories accountwizard.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
${
ECM_VERSION
}
STRGREATER
"5.58.0"
)
install
(
FILES accountwizard.renamecategories accountwizard.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
else
()
install
(
FILES accountwizard.renamecategories accountwizard.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
endif
()
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
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