Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-48507

error msg related to qtwebeingine is misleading

    XMLWordPrintable

Details

    • 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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jbornema Joerg Bornemann
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes