Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Unsolved How to install WebEngine in Qt5.8.0_msvc2013

    QtWebEngine
    2
    2
    649
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • cdeveloper
      cdeveloper last edited by

      I want to use google map in Qt, but when i add QT += webengine webenginewidgets, then show error:

      Project ERROR: Unknown module(s) in QT: webengine webenginewidgets
      

      I down binary from github:

      https://github.com/annulen/webkit/releases

      but it is for MSVC2015, and i am MSVC2013。

      I also try to build QWebEngine by myself, but it no success. So, how to install QWebEngine in Qt5.8.0_msvc2013?, my environment:

      Qt 5.8.0_msvc2013_x86
      Windows7_x86
      

      Please help me,Thanks.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        If you want to use QtWebEngine you have to upgrade to at least VS2015. That's nothing Qt related, the chromium project which QtWebEngine is built on top has a hard lower limit on VS2015.

        It's in the QtWebEngne Windows platform notes.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • First post
          Last post