fixed install paths
This commit is contained in:
parent
1d49e3a34c
commit
4c54eb33d6
1 changed files with 4 additions and 2 deletions
|
@ -23,9 +23,9 @@ mac {
|
||||||
unix {
|
unix {
|
||||||
target.path = $$PREFIX/usr/local/bin
|
target.path = $$PREFIX/usr/local/bin
|
||||||
|
|
||||||
shortcutfiles.files = feedthemonkey.desktop
|
shortcutfiles.files = misc/feedthemonkey.desktop
|
||||||
shortcutfiles.path = $$PREFIX/usr/share/applications/
|
shortcutfiles.path = $$PREFIX/usr/share/applications/
|
||||||
data.files += feedthemonkey.xpm
|
data.files += misc/feedthemonkey.xpm
|
||||||
data.path = $$PREFIX/usr/share/pixmaps/
|
data.path = $$PREFIX/usr/share/pixmaps/
|
||||||
|
|
||||||
INSTALLS += shortcutfiles
|
INSTALLS += shortcutfiles
|
||||||
|
@ -50,5 +50,7 @@ HEADERS += \
|
||||||
|
|
||||||
DISTFILES += \
|
DISTFILES += \
|
||||||
misc/feedthemonkey.desktop \
|
misc/feedthemonkey.desktop \
|
||||||
|
misc/feedthemonkey.xpm \
|
||||||
|
misc/Icon.icns \
|
||||||
README.md \
|
README.md \
|
||||||
LICENSE.txt
|
LICENSE.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue