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.
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.
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
This did not work, but it is the only thing I could find relating to this issue, this is not getting picked up.
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.