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
KPkPass
Commits
f71477c8
Commit
f71477c8
authored
Feb 18, 2018
by
Volker Krause
Browse files
Don't install mime type data on Android
parent
b40dec18
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pkpass/CMakeLists.txt
View file @
f71477c8
...
...
@@ -43,5 +43,7 @@ install(FILES
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/KPkPass
)
install
(
FILES application-vnd-apple-pkpass.xml DESTINATION
${
XDG_MIME_INSTALL_DIR
}
)
update_xdg_mimetypes
(
${
XDG_MIME_INSTALL_DIR
}
)
if
(
NOT ANDROID
)
install
(
FILES application-vnd-apple-pkpass.xml DESTINATION
${
XDG_MIME_INSTALL_DIR
}
)
update_xdg_mimetypes
(
${
XDG_MIME_INSTALL_DIR
}
)
endif
()
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