|
|
|
@ -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); |
|
|
|
|
} |
|
|
|
|