Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Problem with QT 5.7.0 and webengine
Qt 6.11 is out! See what's new in the release blog

Problem with QT 5.7.0 and webengine

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 1.2k 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.
  • B Offline
    B Offline
    borisa
    wrote on last edited by
    #1

    Hi,

    I am trying to configure the qt to my project with the follow command:
    configure -static -platform win32-msvc2015 -debug-and-release -force-debug-info -opensource -openssl -I "c:\Libraries\OpenSSL-Win32\include" -L "c:\Libraries\OpenSSL-Win32\lib" -nomake examples -confirm-license

    My project worked with qtwebkit.
    After i run the configure command and nmake, I added to the project.pro : QT += webengine
    The Qmake fails with :"-1: error: Unknown module(s) in QT: webengine"

    What is wrong?
    Do i missing something?

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

      Hi,

      Where did you call configure from ?

      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
      • B Offline
        B Offline
        borisa
        wrote on last edited by
        #3

        I need to add openssl to qt

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

          You only have to provide OpenSSL, Qt's prebuilt binary loads OpenSSL at runtime.

          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