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
21d9c371
Commit
21d9c371
authored
Jun 23, 2019
by
Laurent Montel
Browse files
GIT_SILENT: time to update version
parent
51200dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
21d9c371
...
...
@@ -5,7 +5,7 @@ project(kmail-account-wizard VERSION ${KDEPIM_VERSION_NUMBER})
set
(
LIBRARY_NAMELINK LIBRARY NAMELINK_SKIP
)
set
(
KF5_MIN_VERSION
"5.5
8
.0"
)
set
(
KF5_MIN_VERSION
"5.5
9
.0"
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
...
...
@@ -110,10 +110,6 @@ endif ()
add_subdirectory
(
src
)
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
()
install
(
FILES accountwizard.renamecategories accountwizard.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
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