fixed prefix
This commit is contained in:
parent
2de7df0d21
commit
8379ed09a5
1 changed files with 7 additions and 4 deletions
|
@ -12,7 +12,6 @@ SOURCES += \
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
html/html.qrc \
|
html/html.qrc \
|
||||||
misc/misc.qrc \
|
|
||||||
qml/qml.qrc \
|
qml/qml.qrc \
|
||||||
|
|
||||||
mac {
|
mac {
|
||||||
|
@ -21,12 +20,16 @@ mac {
|
||||||
}
|
}
|
||||||
|
|
||||||
unix {
|
unix {
|
||||||
target.path = $$PREFIX/usr/local/bin
|
isEmpty(PREFIX) {
|
||||||
|
PREFIX = /usr/local
|
||||||
|
}
|
||||||
|
|
||||||
|
target.path = $$PREFIX/bin
|
||||||
|
|
||||||
shortcutfiles.files = misc/feedthemonkey.desktop
|
shortcutfiles.files = misc/feedthemonkey.desktop
|
||||||
shortcutfiles.path = $$PREFIX/usr/share/applications/
|
shortcutfiles.path = $$PREFIX/share/applications/
|
||||||
data.files += misc/feedthemonkey.xpm
|
data.files += misc/feedthemonkey.xpm
|
||||||
data.path = $$PREFIX/usr/share/pixmaps/
|
data.path = $$PREFIX/share/pixmaps/
|
||||||
|
|
||||||
INSTALLS += shortcutfiles
|
INSTALLS += shortcutfiles
|
||||||
INSTALLS += data
|
INSTALLS += data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue