Could not find QtWebEngineProcess
I hope this is the right place to file this problem, the App will not run unless I copy QtWebEngineProcess and the resource folder into the bin folder, so it is clearly missing these dependencies, not sure what to add to EXTRA_QT_PLUGINS, if anything, but my guesses have failed so far, so if there is a name I need to put in there let me know.
Dependencies in cmake
Core Concurrent Gui Network PrintSupport Svg QuickWidgets Widgets WebChannel WebEngineWidgets LinguistTools Multimedia Sql
This did not work, but it is the only thing I could find relating to this issue, this is not getting picked up.
export QTWEBENGINEPROCESS_PATH=/home/xxx/Qt/6.2.1/gcc_64/libexec/QtWebEngineProcess
export DIR_QT_LIBRARY_DATA=/home/xxx/Qt/6.2.1/gcc_64/resources/
Note: AppVeyor does not have the following installed in Qt 6.2.1: WebChannel WebEngineWidgets and Multimedia, I had to make a diff folder for all the missing Qt dependencies required that AppVeyor does not have installed in their image of 6.2.1, I made the gcc_64 folders the same as the Qt installer on Ubuntu, otherwise it will not compile, but I am not sure if this is what is causing this issue since I have the same issue on my Ubuntu Machine that has them installed.
Project: https://github.com/Light-Wizzard/WeBookBrowser
Release and Debug releases: https://github.com/Light-Wizzard/WeBookBrowser/releases
Logs: https://ci.appveyor.com/project/Light-Wizzard/webookbrowser
Thanks for any help, Flesh.
I have encounter this very error too.
Possible duplicates: #112, #124