Make target lowercase
This commit is contained in:
parent
53ecaab976
commit
7d8018a29c
BIN
src/icons/KShare.png
Normal file
BIN
src/icons/KShare.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
12
src/src.pro
12
src/src.pro
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
QT += core gui network widgets svg
|
QT += core gui network widgets svg
|
||||||
|
|
||||||
TARGET = KShare
|
TARGET = kshare
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
CONFIG += c++11 thread
|
CONFIG += c++11 thread
|
||||||
@ -161,10 +161,12 @@ mac {
|
|||||||
QT += x11extras
|
QT += x11extras
|
||||||
LIBS += -lxcb-cursor -lxcb-xfixes -lxcb
|
LIBS += -lxcb-cursor -lxcb-xfixes -lxcb
|
||||||
|
|
||||||
target.path = /usr/bin/kshare
|
target.path = bin/
|
||||||
icon.files = $$PWD/icons/icon.png
|
icon.files = $$PWD/icons/KShare.png
|
||||||
icon.target = /usr/share/pixmaps/KShare.png
|
icon.path = share/pixmaps/
|
||||||
INSTALLS += target icon
|
desktop.files = $$PWD/../KShare.desktop
|
||||||
|
desktop.path = share/applications/
|
||||||
|
INSTALLS += target icon desktop
|
||||||
} else {
|
} else {
|
||||||
error(Unsupported platform);
|
error(Unsupported platform);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user