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. Project ERROR: Unknown module(s) in QT: webenginewidgets

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

Scheduled Pinned Locked Moved QtWebEngine
6 Posts 4 Posters 31.8k 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.
  • yogeshpatel23Y Offline
    yogeshpatel23Y Offline
    yogeshpatel23
    wrote on last edited by
    #1

    I have installed Qt 5.4.1 using online installer, I have selected webengine option during installation. Even after that I am getting error "Project ERROR: Unknown module(s) in QT: webenginewidgets" whenever I am adding "QT += webenginewidgets" in .pro file.

    I am using Windows 7 64 bit & installed Qt 5.4.1 with msvc2010 32 bit opengl .

    Could anybody tell me what is missing ?????

    Thanks,
    Yogesh

    JKSHJ 1 Reply Last reply
    1
    • yogeshpatel23Y yogeshpatel23

      I have installed Qt 5.4.1 using online installer, I have selected webengine option during installation. Even after that I am getting error "Project ERROR: Unknown module(s) in QT: webenginewidgets" whenever I am adding "QT += webenginewidgets" in .pro file.

      I am using Windows 7 64 bit & installed Qt 5.4.1 with msvc2010 32 bit opengl .

      Could anybody tell me what is missing ?????

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      @yogeshpatel23 said:

      I am using Windows 7 64 bit & installed Qt 5.4.1 with msvc2010

      Qt WebEngine uses the Chromium browser. Unfortunately, Chromium only supports MSVC 2013, so you need to update your compiler and install Qt for MSVC 2013.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • yogeshpatel23Y Offline
        yogeshpatel23Y Offline
        yogeshpatel23
        wrote on last edited by
        #3

        Yes...You are right, but unfortunately on windows 7 I am getting error with tool chain msvc2013 like glu32.lib not found, but in windows 8 all is working fine.

        Thanks for suggestion.

        Thanks,
        Yogesh

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by JKSH
          #4

          @yogeshpatel23 said:

          I am getting error with tool chain msvc2013 like glu32.lib not found

          That's a different problem. Solve that first (start a new thread), and then come back to try Qt WebEngine again.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0
          • musimbateM Offline
            musimbateM Offline
            musimbate
            wrote on last edited by musimbate
            #5

            So this means that it is not currently possible to build android applications that use QWebEngineView from a windows system right?

            Why join the navy if you can be a pirate?-Steve Jobs

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @musimbate The QtWebEngine module suffers the same restrictions as the QtWebKit for Android and iOS.

              For a list of currently supported platforms, have a look here

              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