aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/configure.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/configure.pri b/src/qml/configure.pri
index 2ab5f9454d..fcd2eacace 100644
--- a/src/qml/configure.pri
+++ b/src/qml/configure.pri
@@ -13,7 +13,7 @@ defineTest(qtConfTest_detectPython) {
}
# Make tests.python.location available in configure.json.
- $${1}.location = $$clean_path($$python_path)
+ $${1}.location = $$shell_path($$python_path)
export($${1}.location)
$${1}.cache += location
export($${1}.cache)