Follow given prefix.
User can specify prefix, we should follow it. --HG-- branch : develop
This commit is contained in:
parent
51893d9f4a
commit
a38405a8e0
|
@ -203,7 +203,7 @@ unix{
|
||||||
# Path to bin file after installation
|
# Path to bin file after installation
|
||||||
target.path = $$PREFIX/bin
|
target.path = $$PREFIX/bin
|
||||||
|
|
||||||
rcc_diagrams.path = /usr/share/valentina/
|
rcc_diagrams.path = $$PREFIX/share/valentina/
|
||||||
rcc_diagrams.files = $${OUT_PWD}/$${DESTDIR}/diagrams.rcc
|
rcc_diagrams.files = $${OUT_PWD}/$${DESTDIR}/diagrams.rcc
|
||||||
rcc_diagrams.CONFIG = no_check_exist
|
rcc_diagrams.CONFIG = no_check_exist
|
||||||
|
|
||||||
|
|
|
@ -158,12 +158,12 @@ unix{
|
||||||
tape.files += $${OUT_PWD}/../tape/$${DESTDIR}/tape
|
tape.files += $${OUT_PWD}/../tape/$${DESTDIR}/tape
|
||||||
|
|
||||||
# .desktop file
|
# .desktop file
|
||||||
desktop.path = /usr/share/applications/
|
desktop.path = $$PREFIX/share/applications/
|
||||||
desktop.files += ../../../dist/$${TARGET}.desktop \
|
desktop.files += ../../../dist/$${TARGET}.desktop \
|
||||||
desktop.files += ../../../dist/tape.desktop
|
desktop.files += ../../../dist/tape.desktop
|
||||||
|
|
||||||
# logo
|
# logo
|
||||||
pixmaps.path = /usr/share/pixmaps/
|
pixmaps.path = $$PREFIX/share/pixmaps/
|
||||||
pixmaps.files += \
|
pixmaps.files += \
|
||||||
../../../dist/$${TARGET}.png \
|
../../../dist/$${TARGET}.png \
|
||||||
../../../dist/tape.png \
|
../../../dist/tape.png \
|
||||||
|
@ -172,19 +172,19 @@ unix{
|
||||||
../../../dist/application-x-valentina-s-measurements.png \
|
../../../dist/application-x-valentina-s-measurements.png \
|
||||||
|
|
||||||
# Path to translation files after installation
|
# Path to translation files after installation
|
||||||
translations.path = /usr/share/$${TARGET}/translations/
|
translations.path = $$PREFIX/share/$${TARGET}/translations/
|
||||||
translations.files = $$INSTALL_TRANSLATIONS
|
translations.files = $$INSTALL_TRANSLATIONS
|
||||||
|
|
||||||
# Path to multisize measurement after installation
|
# Path to multisize measurement after installation
|
||||||
multisize.path = /usr/share/$${TARGET}/tables/multisize/
|
multisize.path = $$PREFIX/share/$${TARGET}/tables/multisize/
|
||||||
multisize.files = $$INSTALL_MULTISIZE_MEASUREMENTS
|
multisize.files = $$INSTALL_MULTISIZE_MEASUREMENTS
|
||||||
|
|
||||||
# Path to templates after installation
|
# Path to templates after installation
|
||||||
templates.path = /usr/share/$${TARGET}/tables/templates/
|
templates.path = $$PREFIX/share/$${TARGET}/tables/templates/
|
||||||
templates.files = $$INSTALL_STANDARD_TEMPLATES
|
templates.files = $$INSTALL_STANDARD_TEMPLATES
|
||||||
|
|
||||||
# Path to label templates after installation
|
# Path to label templates after installation
|
||||||
label.path = /usr/share/$${TARGET}/labels/
|
label.path = $$PREFIX/share/$${TARGET}/labels/
|
||||||
label.files = $$INSTALL_LABEL_TEMPLATES
|
label.files = $$INSTALL_LABEL_TEMPLATES
|
||||||
|
|
||||||
INSTALLS += \
|
INSTALLS += \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user