fixed prefix

This commit is contained in:
Jeena 2015-03-05 21:06:16 +01:00
parent 2de7df0d21
commit 8379ed09a5

View file

@ -12,7 +12,6 @@ SOURCES += \
RESOURCES += \
html/html.qrc \
misc/misc.qrc \
qml/qml.qrc \
mac {
@ -21,12 +20,16 @@ mac {
}
unix {
target.path = $$PREFIX/usr/local/bin
isEmpty(PREFIX) {
PREFIX = /usr/local
}
target.path = $$PREFIX/bin
shortcutfiles.files = misc/feedthemonkey.desktop
shortcutfiles.path = $$PREFIX/usr/share/applications/
shortcutfiles.path = $$PREFIX/share/applications/
data.files += misc/feedthemonkey.xpm
data.path = $$PREFIX/usr/share/pixmaps/
data.path = $$PREFIX/share/pixmaps/
INSTALLS += shortcutfiles
INSTALLS += data