summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-06 11:40:41 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-06 12:57:21 +0200
commitecb537e8233c8847d14f36ec3bf698711d6d151a (patch)
treef9cb367d6e66067970102ed1864f7280f3750ccc /configure.pri
parent9b449045fbd5fd3b58bcaff6cf0c5878cd6e64eb (diff)
parentad55613c2648edb67353c3882d1956b54fc323b4 (diff)
Merge branch '5.9' into 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 0030ce3bb..f8ecd3db6 100644
--- a/configure.pri
+++ b/configure.pri
@@ -18,9 +18,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) {