Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Unknown module(s) in QT: webenginewidgets
Forum Updated to NodeBB v4.3 + New Features

Unknown module(s) in QT: webenginewidgets

Scheduled Pinned Locked Moved Unsolved General and Desktop
22 Posts 8 Posters 1.9k 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.
  • J JacobNovitsky

    All modules installed, version of module is the same as Qt -> 6.9.2
    getting error when trying to build below:

    :-1: error: Project ERROR: Unknown module(s) in QT: webchannel positioning

    TEMPLATE = app
    TARGET = webengine_test
    QT += core gui widgets webenginewidgets   # <-- webenginewidgets is required
    
    CONFIG += c++17
    
    SOURCES += main.cpp
    
    #include <QApplication>
    #include <QWebEngineView>
    
    int main(int argc, char *argv[])
    {
        QApplication app(argc, argv);
    
        QWebEngineView view;
        view.resize(800, 600);
        view.load(QUrl("https://www.qt.io")); // any test URL
        view.show();
    
        return app.exec();
    }
    
    SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote last edited by
    #21

    @JacobNovitsky when you say all modules installed:

    • from the same source ?
    • are you using the Qt version with all the modules installed to build your application ?

    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
    • S Offline
      S Offline
      SMITH Q
      Banned
      wrote last edited by
      #22
      This post is deleted!
      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