aboutsummaryrefslogtreecommitdiff
path: root/scribiu.pro
diff options
context:
space:
mode:
Diffstat (limited to 'scribiu.pro')
-rw-r--r--scribiu.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/scribiu.pro b/scribiu.pro
index c85a260..afb596c 100644
--- a/scribiu.pro
+++ b/scribiu.pro
@@ -48,10 +48,13 @@ isEmpty(PREFIX) {
target.path = $$PREFIX/bin
-icon.path = $$PREFIX/share/icons/hicolor/scalable/apps
-icon.files = scribiu.svg
+icon_scalable.path = $$PREFIX/share/icons/hicolor/scalable/apps
+icon_scalable.files = icons/scalable/scribiu.svg
+
+icon_48.path = $$PREFIX/share/icons/hicolor/48x48/apps
+icon_48.files = icons/48x48/scribiu.png
desktop.path = $$PREFIX/share/applications
desktop.files = scribiu.desktop
-INSTALLS += target icon desktop
+INSTALLS += target icon_scalable icon_48 desktop