Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. How to install WebEngine in Qt5.8.0_msvc2013
Qt 6.11 is out! See what's new in the release blog

How to install WebEngine in Qt5.8.0_msvc2013

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 1.4k Views 1 Watching
  • 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.
  • cdeveloperC Offline
    cdeveloperC Offline
    cdeveloper
    wrote on last edited by
    #1

    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
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved