Merge branch 'dev' of ssh://github.com/ArsenArsen/KShare into dev

This commit is contained in:
ArsenArsen 2017-10-01 01:20:50 +02:00
commit 4666236ab8
No known key found for this signature in database
GPG Key ID: 683D2F43B0CA4BD2
2 changed files with 8 additions and 1 deletions

BIN
src/icons/KShare.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -6,7 +6,7 @@
QT += core gui network widgets svg
TARGET = KShare
TARGET = kshare
TEMPLATE = app
CONFIG += c++11 thread
@ -160,6 +160,13 @@ mac {
HEADERS += $$PWD/platformspecifics/x11/x11backend.hpp
QT += x11extras
LIBS += -lxcb-cursor -lxcb-xfixes -lxcb
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);
}