Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.0
-
a907edc50641ddc634934747ad3c158d05dc7361
Description
When building QtWebEngine with MSVS 2013 and python 3.4 you get error message:
Using Python version ., but Python version 2 (2.7 or later) is required to build Qt WebEngine. QtWebEngine will not be built.
This easily misleads that python version 3.4 does qualifies for this.
Though chromium perhaps does not allow version 3 or more. in prf file I do see a check if it is less than version 3 or not.
tools/qmake/mkspecs/features/functions.prf :
lessThan(python_major_version, 3): greaterThan(python_major_version, 1): greaterThan(python_minor_
version, 6): return(true)
Attachments
For Gerrit Dashboard: QTBUG-48507 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
126776,6 | fix python version check | 5.5 | qt/qtwebengine | Status: MERGED | +2 | 0 |