1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Fixed broken app icons install in "make install" on linux

Fixes #405
This commit is contained in:
Martin Tůma 2021-11-01 21:44:00 +01:00
parent 531edc4862
commit 21cda471cc

View File

@ -501,7 +501,7 @@ unix:!macx {
symbols.path = $$PREFIX/share/gpxsee/symbols
locale.files = $$files(lang/*.qm)
locale.path = $$PREFIX/share/gpxsee/translations
icon.files = $files(icons/app/hicolor/*)
icon.files = $$files(icons/app/hicolor/*)
icon.path = $$PREFIX/share/icons/hicolor
desktop.files = pkg/gpxsee.desktop
desktop.path = $$PREFIX/share/applications