From b18956edd578f49f369f7b3863881d0fadb035df Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 18 Dec 2018 22:28:23 +0100 Subject: Windows: allow for python.exe in paths with spaces Change-Id: Icac6ada1549630ec1467f8262e2f402b6303d8df Reviewed-by: Dominik Holland --- mkspecs/features/ivigenerator.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs') diff --git a/mkspecs/features/ivigenerator.prf b/mkspecs/features/ivigenerator.prf index b573610..88f5e9a 100644 --- a/mkspecs/features/ivigenerator.prf +++ b/mkspecs/features/ivigenerator.prf @@ -67,7 +67,7 @@ qtConfig(system-qface) { ENV += LD_LIBRARY_PATH="$$shell_path($$VIRTUALENV_PATH/bin)" } } -IVI_GENERATOR = $$PYTHON $$IVI_GENERATOR_PATH/generate.py +IVI_GENERATOR = $$shell_quote($$PYTHON) $$IVI_GENERATOR_PATH/generate.py # TODO make this work with multiple input files, or only support one QFACE_SOURCE # Although this could be extra_compiler it is a normal EXTRA_TARGET for a reason. -- cgit v1.2.1