Fix wrong path to label templates on Mac OS X.
--HG-- branch : develop
This commit is contained in:
parent
e45f598689
commit
67dbb3eb5f
|
@ -237,7 +237,7 @@ unix{
|
||||||
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 = $$RESOURCES_DIR/labels/
|
||||||
label.files = $$INSTALL_LABEL_TEMPLATES
|
label.files = $$INSTALL_LABEL_TEMPLATES
|
||||||
|
|
||||||
icns_resources.path = $$RESOURCES_DIR/
|
icns_resources.path = $$RESOURCES_DIR/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user