Skip to content

Commit 69a957c

Browse files
committed
Add symbolic icon
1 parent 4c5bca8 commit 69a957c

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

ADMeshGUI.pro

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ unix {
7272
32ico.path = $$PREFIX/share/icons/hicolor/32x32/apps
7373
48ico.files += Distribution/48x48/admeshgui.png
7474
48ico.path = $$PREFIX/share/icons/hicolor/48x48/apps
75+
symbico.files += Distribution/symbolic/admeshgui-symbolic.svg
76+
symbico.path = $$PREFIX/share/icons/hicolor/symbolic/apps
7577
desktop.files += Distribution/admeshgui.desktop
7678
desktop.path = $$PREFIX/share/applications
77-
INSTALLS += bin desktop mainico 16ico 32ico 48ico
79+
INSTALLS += bin desktop mainico 16ico 32ico 48ico symbico
7880
}
7981

8082
DISTFILES += \
Loading

0 commit comments

Comments
 (0)