Add installs to qmake

This commit is contained in:
ArsenArsen 2017-09-26 21:12:20 +02:00 committed by GitHub
parent 276773cc01
commit 53ecaab976
1 changed files with 5 additions and 0 deletions

View File

@ -160,6 +160,11 @@ mac {
HEADERS += $$PWD/platformspecifics/x11/x11backend.hpp
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
} else {
error(Unsupported platform);
}