Project ERROR: Unknown module(s) in QT: webkitwidgets

后端 未结 6 995
长发绾君心
长发绾君心 2020-12-04 20:41

I am porting code from qt4 to qt5. I added the following line to my .pro file, as suggested:

QT += webkitwidgets

However, when

6条回答
  •  抹茶落季
    2020-12-04 21:30

    The community builds referenced by Alex are only available until Qt 5.9. If you want to use newer Qt5 (current version is 5.11), then another option is to port "QtWebKit" to "QtWebEngine".

    See: https://wiki.qt.io/QtWebEngine/Porting_from_QtWebKit

提交回复
热议问题