@U7Development said in Trying to render a website on my program..:
QT += core gui sql webengine
As shown in the documentation (https://doc.qt.io/qt-5/qwebengineview.html) it needs to be
QT += core gui sql webenginewidgets
↧