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
Libraries
KOSMIndoorMap
Commits
2c52e648
Commit
2c52e648
authored
Nov 16, 2022
by
Volker Krause
Browse files
Don't install standalone app metadata and desktop file on Android
Not needed there, just unnecessarily bloats the APK.
parent
4f29aedf
Pipeline
#268906
passed with stage
in 5 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/CMakeLists.txt
View file @
2c52e648
...
...
@@ -43,6 +43,8 @@ endif()
if
(
BUILD_STANDALONE_APP
)
install
(
TARGETS kosmindoormap-app
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
PROGRAMS org.kde.kosmindoormap.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
#install(FILES org.kde.kosmindoormap.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
if
(
NOT ANDROID
)
install
(
PROGRAMS org.kde.kosmindoormap.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
#install(FILES org.kde.kosmindoormap.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
endif
()
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