summaryrefslogtreecommitdiff
path: root/mkspecs
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-12-18 22:28:23 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2018-12-19 18:10:21 +0000
commitb18956edd578f49f369f7b3863881d0fadb035df (patch)
tree7ee042b30488fad735056079f8bbb458f625f104 /mkspecs
parent2551ec357676843faf59792412bc538cb0335d2f (diff)
downloadqtivi-b18956edd578f49f369f7b3863881d0fadb035df.tar.gz
Windows: allow for python.exe in paths with spacesv5.12.0_QtAS
Change-Id: Icac6ada1549630ec1467f8262e2f402b6303d8df Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/ivigenerator.prf2
1 files changed, 1 insertions, 1 deletions
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.