Add installs to qmake
This commit is contained in:
parent
276773cc01
commit
53ecaab976
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user