Results 1 to 2 of 2

Thread: QT += webkitwidgets

  1. #1
    Join Date
    Oct 2016
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default QT += webkitwidgets

    I keep getting and error that the webkit plugin (on Windows) is missing
    We resolved it on Ubuntu using apt-get install libqt5webkit5-dev , for windows, we keep getting directed to links requesting us to build the plugin and then use it...is there another way.

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: QT += webkitwidgets

    I think QtWebKit is deprecated in favor of Qt WebEngine in Qt5. My Qt 5.7 distro (MSVC 2013) has no WebKit, only WebEngine. My Qt 5.4.1 distro (MSVC 2013) still has WebKit and also has WebEngine. The source distributions match what I see in the binaries - no WebKit sources in 5.7, both of them in 5.4.1

    So you can either port to use WebEngine as described here, or go back a couple of versions in Qt5 to get the sources for QtWebKit and build them against your current Qt version. The problem with that is you'll be stuck with maintaining it yourself as new Qt releases come out and may end up in a situation where it just becomes incompatible.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. Getting error: Unknown module(s) in QT: webkitwidgets in QT 5.2.1 in Ubutu 12.04
    By manojpatidar in forum Installation and Deployment
    Replies: 1
    Last Post: 9th August 2015, 13:17
  2. run example qt5.1.1 browser on arm (qt-5.1.1/examples/webkitwidgets/browser/browser)
    By soumya pandiyattu in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 8th December 2014, 07:47

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.