qtqtwebengineqt5.7

QtWebEngineProcess error


I have a QWebEngineView instance included in my .Ui file. Program compiles without issues. However, when I start the program (via Visual Studio Debug mode), following error pops up.

Could not find QtWebEngineProcessd.exe.

Note: In a different windows pc - this programs runs without any issues. Can someone please point me to the right direction?

enter image description here


Solution

  • There was a problem with the QtCored.dll What I had in the Debug folder was apparently different than the version installed in the workstation. Hence, application runs with a version different to what it was built with.