Handle spaces in /Users/kintel/code/OpenSCAD/openscad. Fixes #1969

This commit is contained in:
Marius Kintel 2017-03-16 22:12:20 -04:00
parent 3a7dd67970
commit 714e14e4a6

View file

@ -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)