Follow given prefix.

User can specify prefix, we should follow it.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-06-25 12:09:30 +03:00
parent 51893d9f4a
commit a38405a8e0
2 changed files with 7 additions and 7 deletions

View file

@ -203,7 +203,7 @@ unix{
# Path to bin file after installation
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.CONFIG = no_check_exist

View file

@ -158,12 +158,12 @@ unix{
tape.files += $${OUT_PWD}/../tape/$${DESTDIR}/tape
# .desktop file
desktop.path = /usr/share/applications/
desktop.path = $$PREFIX/share/applications/
desktop.files += ../../../dist/$${TARGET}.desktop \
desktop.files += ../../../dist/tape.desktop
# logo
pixmaps.path = /usr/share/pixmaps/
pixmaps.path = $$PREFIX/share/pixmaps/
pixmaps.files += \
../../../dist/$${TARGET}.png \
../../../dist/tape.png \
@ -172,19 +172,19 @@ unix{
../../../dist/application-x-valentina-s-measurements.png \
# Path to translation files after installation
translations.path = /usr/share/$${TARGET}/translations/
translations.path = $$PREFIX/share/$${TARGET}/translations/
translations.files = $$INSTALL_TRANSLATIONS
# 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
# Path to templates after installation
templates.path = /usr/share/$${TARGET}/tables/templates/
templates.path = $$PREFIX/share/$${TARGET}/tables/templates/
templates.files = $$INSTALL_STANDARD_TEMPLATES
# Path to label templates after installation
label.path = /usr/share/$${TARGET}/labels/
label.path = $$PREFIX/share/$${TARGET}/labels/
label.files = $$INSTALL_LABEL_TEMPLATES
INSTALLS += \