Qt Forum

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

    Solved Unknown Module QWebEngine

    QtWebEngine
    2
    3
    1709
    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.
    • BryanWhite
      BryanWhite last edited by

      I recently installed 5.6 on my Windows box. I am a long time C++ programmer but I am not too familiar with the internal workings of QT. I did get the impression I was going to have to switch the application I was working on from QWebView to QWebEngine. After installing I got the error: Unknown module(s) in QT: webkitwidgets. I changed the .pro file to include webenginewidgets and I am now getting the Unknown module(s) in QT: webenginewidgets. I poked around in the maintenance tool. It looks like it is installed. Is there something I need to do to make this work?

      1 Reply Last reply Reply Quote 0
      • Aleksej Ivanovic
        Aleksej Ivanovic last edited by

        If you choose mingw compiler suite - no webengine module for you ;)
        WebEngine (and modules derived from) is on Windows only aviable throug Microsoft compiler suite (visual studio, or stand alone).

        BryanWhite 1 Reply Last reply Reply Quote 0
        • BryanWhite
          BryanWhite @Aleksej Ivanovic last edited by

          @Aleksej-Ivanovic I installed the MSVC community edition and things are working now. Thank you.

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