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. Can't use compiled webengine

Can't use compiled webengine

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 335 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.
  • LinArcXL Offline
    LinArcXL Offline
    LinArcX
    wrote on last edited by LinArcX
    #1

    Hi.
    I compiled qt 5.5.1 recently.(On windows7, MSVC2013 -> target: windows XP).

    And after that i decided to compile webengine module separately.

    Everything seems perfect. nmake install copy all .dlls and files into install directory.

    But when i tried to create a widget-based application and add this line to .pro:

    QT += core gui widgets webengine webenginewidgets
    

    I get this error message:

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

    Consequently i can't include these header files:

    #include <QWebEnginePage>
    #include <QWebEngineProfile>
    #include <QWebEngineView>
    
    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