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. Unknown Module QWebEngine
Forum Updated to NodeBB v4.3 + New Features

Unknown Module QWebEngine

Scheduled Pinned Locked Moved Solved QtWebEngine
3 Posts 2 Posters 2.0k Views
  • 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.
  • BryanWhiteB Offline
    BryanWhiteB Offline
    BryanWhite
    wrote on last edited by
    #1

    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
    0
    • Aleksej IvanovicA Offline
      Aleksej IvanovicA Offline
      Aleksej Ivanovic
      wrote on last edited by
      #2

      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).

      BryanWhiteB 1 Reply Last reply
      0
      • Aleksej IvanovicA Aleksej Ivanovic

        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).

        BryanWhiteB Offline
        BryanWhiteB Offline
        BryanWhite
        wrote on last edited by
        #3

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

        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