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
Akonadi Mime
Commits
58a59795
Commit
58a59795
authored
Oct 01, 2020
by
Laurent Montel
😁
Browse files
Remove NO_REGENERATE_MIME as now UPDATE_XDG_MIMETYPES uses -n
parent
f17a9178
Pipeline
#36102
passed with stage
in 19 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
58a59795
...
...
@@ -68,7 +68,6 @@ if(BUILD_TESTING)
endif
()
configure_file
(
akonadi-mimeprivate_export.h.in
"
${
CMAKE_CURRENT_BINARY_DIR
}
/akonadi-mimeprivate_export.h"
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
)
option
(
NO_REGENERATE_MIME
"Don't regenerate mime file (only for developper)"
FALSE
)
add_subdirectory
(
src
)
add_subdirectory
(
serializers
)
...
...
src/CMakeLists.txt
View file @
58a59795
...
...
@@ -146,7 +146,5 @@ install(FILES
## install the MIME type spec file for KDEPIM specific MIME types
install
(
FILES x-vnd.kde.contactgroup.xml DESTINATION
${
KDE_INSTALL_MIMEDIR
}
)
if
(
NOT NO_REGENERATE_MIME
)
update_xdg_mimetypes
(
${
KDE_INSTALL_MIMEDIR
}
)
endif
()
update_xdg_mimetypes
(
${
KDE_INSTALL_MIMEDIR
}
)
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