Hello,
I'm using QT 5.14.2 with MSVC 2017 and have installed and included QWebEngineView in the myproject.pro and as well as in mainwindow.h.
I also ran qmake QWebEngineView is showing up in auto completion as well.
But I get this error when I run the program.
:-1: error: No rule to make target 'D:/Qt/5.14.2/msvc2017_64/lib/libQt5WebEngineWidgetsd.a', needed by 'debug/WebApp.exe'. Stop.
Please Help Me Out!
Thanks.