diff --git a/src/icons/KShare.png b/src/icons/KShare.png new file mode 100644 index 0000000..8667c3f Binary files /dev/null and b/src/icons/KShare.png differ diff --git a/src/src.pro b/src/src.pro index 8c9a815..3158b5f 100644 --- a/src/src.pro +++ b/src/src.pro @@ -6,7 +6,7 @@ QT += core gui network widgets svg -TARGET = KShare +TARGET = kshare TEMPLATE = app CONFIG += c++11 thread @@ -161,10 +161,12 @@ mac { QT += x11extras LIBS += -lxcb-cursor -lxcb-xfixes -lxcb - target.path = /usr/bin/kshare - icon.files = $$PWD/icons/icon.png - icon.target = /usr/share/pixmaps/KShare.png - INSTALLS += target icon + target.path = bin/ + icon.files = $$PWD/icons/KShare.png + icon.path = share/pixmaps/ + desktop.files = $$PWD/../KShare.desktop + desktop.path = share/applications/ + INSTALLS += target icon desktop } else { error(Unsupported platform); }