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:
parent
4dd04d6db5
commit
609f0b6f10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue