Install icons under icons/hicolor/scalable/apps instead of pixmaps

This is the recommendation of the Icon Theme Specification:
https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons
This commit is contained in:
Balló György 2018-12-27 08:32:55 +01:00 committed by GitHub
parent 4dd04d6db5
commit 609f0b6f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -686,7 +686,7 @@ unix:!mac:!android {
appdata.path = $$quote($$PREFIX/share/metainfo/)
desktop_icon.files = resources/graphics/$${TARGET}.png
desktop_icon.path = $$quote($$PREFIX/share/pixmaps/)
desktop_icon.path = $$quote($$PREFIX/share/icons/hicolor/512x512/apps/)
INSTALLS += target desktop_file desktop_icon appdata
}