Add installs to qmake
This commit is contained in:
parent
276773cc01
commit
53ecaab976
@ -160,6 +160,11 @@ mac {
|
|||||||
HEADERS += $$PWD/platformspecifics/x11/x11backend.hpp
|
HEADERS += $$PWD/platformspecifics/x11/x11backend.hpp
|
||||||
QT += x11extras
|
QT += x11extras
|
||||||
LIBS += -lxcb-cursor -lxcb-xfixes -lxcb
|
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 {
|
} else {
|
||||||
error(Unsupported platform);
|
error(Unsupported platform);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user