Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Runtime
Commits
b9a46ef3
Commit
b9a46ef3
authored
Oct 01, 2020
by
Laurent Montel
😁
Browse files
Remove NO_REGENERATE_MIME as now UPDATE_XDG_MIMETYPES uses -n
parent
5b944b8a
Pipeline
#36103
failed with stage
in 67 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b9a46ef3
...
...
@@ -144,7 +144,6 @@ find_package(KF5Ldap ${KLDAP_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5GrantleeTheme
${
GRANTLEETHEME_LIB_VERSION
}
CONFIG REQUIRED
)
option
(
KDEPIM_RUN_ISOLATED_TESTS
"Run the isolated tests."
FALSE
)
option
(
NO_REGENERATE_MIME
"Don't regenerate mime file (developer-only option)"
FALSE
)
#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054B00
)
...
...
@@ -162,9 +161,7 @@ add_subdirectory(doc)
## install the MIME type spec file for KDEPIM specific MIME types
install
(
FILES kdepim-mime.xml DESTINATION
${
KDE_INSTALL_MIMEDIR
}
)
if
(
NOT NO_REGENERATE_MIME
)
update_xdg_mimetypes
(
${
KDE_INSTALL_MIMEDIR
}
)
endif
()
update_xdg_mimetypes
(
${
KDE_INSTALL_MIMEDIR
}
)
ecm_qt_install_logging_categories
(
EXPORT KDEPIMRUNTIME
FILE kdepim-runtime.categories
...
...
Write
Preview
Supports
Markdown
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