Handle spaces in /Users/kintel/code/OpenSCAD/openscad. Fixes #1969
This commit is contained in:
parent
3a7dd67970
commit
714e14e4a6
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ target.path = $$PREFIX/bin/
|
|||
INSTALLS += target
|
||||
|
||||
# Run translation update scripts as last step after linking the target
|
||||
QMAKE_POST_LINK += $$PWD/scripts/translation-make.sh
|
||||
QMAKE_POST_LINK += "$$PWD/scripts/translation-make.sh"
|
||||
|
||||
# Create install targets for the languages defined in LINGUAS
|
||||
LINGUAS = $$cat(locale/LINGUAS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue