Results 1 to 2 of 2

Thread: webenginewidgets on .pro of library produce error

  1. #1
    Join Date
    Feb 2019
    Posts
    3
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default webenginewidgets on .pro of library produce error

    I have created a project using QWebEngine and would want to convert it as a library (Shared Library) so that it can be integrate to any project. To test it, I created a subdir project first, then a library which will use qwebengine and a console project that will manage the library to run.

    On .pro of the library and console project, I assume it is needed to include QT += core gui webenginewidgets, but I keep getting errors about qwebenginewidgets. I need qwebenginewidgets to be able to use qwebengine classes like QWebEngineView. How am I going to fix this?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: webenginewidgets on .pro of library produce error

    Not sure what you mean with "console project" as you clearly require a widget application for using QWebEngineWidgets.

    Can you post the error you get?

    Cheers,
    _

Similar Threads

  1. Project ERROR: Unknown module(s) in QT: webenginewidgets
    By mandlakoteswar2011 in forum Qt Programming
    Replies: 4
    Last Post: 5th April 2018, 09:09
  2. Qt 5.6 mingw doesnt support webenginewidgets?
    By danalex07 in forum Installation and Deployment
    Replies: 1
    Last Post: 17th March 2016, 17:03
  3. conversion from bytearray to int produce zero
    By daemonna in forum Qt Programming
    Replies: 3
    Last Post: 12th August 2010, 00:52
  4. Replies: 1
    Last Post: 1st October 2009, 21:28
  5. How to dynamiclly produce the tab by QT/E?
    By xxthink in forum Qt Programming
    Replies: 1
    Last Post: 27th September 2008, 23:08

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.