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 add WebEngine to CMakeLists.txt on Qt 6.3.0
Forum Updated to NodeBB v4.3 + New Features

Can't add WebEngine to CMakeLists.txt on Qt 6.3.0

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 771 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.
  • S Offline
    S Offline
    SamBad
    wrote on last edited by
    #1

    I am trying to add WebEngine to CMakeList.txt as per the modules introductions.
    Getting this error:

    ...CMakeLists.txt:16: error: Found package configuration file: F:/Qt/6.3.0/mingw_64/lib/cmake/Qt6/Qt6Config.cmake but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT FOUND.  Reason given by package: Failed to find Qt component "WebEngine". Expected Config file at "F:/Qt/6.3.0/mingw_64/lib/cmake/Qt6WebEngine/Qt6WebEngineConfig.cmake" does NOT exist
    

    To be on the safe side I added all the additional libraries available for Qt 6.30 via the Qt Maintenance tool. I am using Qt 6.3.0 on Windows 10 x64, and this is a Qt Widget application.

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

      Hi,

      You are using MinGW which is currently not supported by Chromium which is the base of QtWebEngine.

      You need to switch to visual studio in order to use that module.

      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
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved