summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-11 08:58:12 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2017-09-11 08:58:12 +0000
commitcccde2776eb261af6af62bf04140a09b533252ff (patch)
treed7fbcc2a2a67ecc9ac15f415a651f6cfb14267b4 /configure.pri
parent448814bf4f472e7a51873ba95234576fd58579b3 (diff)
parentecb537e8233c8847d14f36ec3bf698711d6d151a (diff)
Merge "Merge branch '5.9' into 5.10" into refs/staging/5.10
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.pri b/configure.pri
index 412e1e91b..c7ce83bb3 100644
--- a/configure.pri
+++ b/configure.pri
@@ -21,9 +21,9 @@ defineTest(isPythonVersionSupported) {
}
defineTest(qtConfTest_detectPython2) {
- python = $$qtConfFindInPath("python2")
+ python = $$qtConfFindInPath("python2$$EXE_SUFFIX")
isEmpty(python) {
- qtLog("'python2' not found in PATH. Checking for 'python'.")
+ qtLog("'python2$$EXE_SUFFIX' not found in PATH. Checking for 'python$$EXE_SUFFIX'.")
python = $$qtConfFindInPath("python$$EXE_SUFFIX")
}
isEmpty(python) {