webengine for Risc-v
Unsolved
QtWebEngine
-
Hi and welcome to devnet,
QWebEngine depends on the Chromium project so unless they provide support for Risc-V, there's no reason for that module to be built for that architecture.
-
@robin7863 said in webengine for Risc-v:
What is the dependency on Risc-V arch in Chromium? JS interpretor ? what others?
That you should ask Chromium project.
- Do you want to render HTML inside your app or run external browser?
-
@robin7863 Take a look at https://doc.qt.io/qt-5/qdesktopservices.html#openUrl
-
@robin7863 said in webengine for Risc-v:
Who is rendering html behine this API?
This API simply starts the browser which is configured as default.
Explained in the documentation:
"Opens the given url in the appropriate Web browser for the user's desktop environment"