Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

compiling with qt 5.13.0 on latest macos #47

@AlJohri

Description

@AlJohri

I'm trying to port from QtWebKit -> QtWebEngine using https://wiki.qt.io/QtWebEngine/Porting_from_QtWebKit.

I changed webkit -> webengine and webkitwidgets -> webenginewidgets in plugins/yasem-web-browser/yasem-web-browser.pro.

And changed the references to QWebPage and QWebView.

rg QWebPage --files-with-matches | xargs gsed -i 's/QWebPage/QWebEnginePage/g'
rg QWebView --files-with-matches | xargs gsed -i 's/QWebView/QWebEngineView/g'

I'm currently running into:

fatal error: 'QWebPluginFactory' file not found
fatal error: 'QWebInspector' file not found

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions