linuxdeploy-plugin-qt icon indicating copy to clipboard operation
linuxdeploy-plugin-qt copied to clipboard

Could not find QtWebEngineProcess

Open Light-Wizzard opened this issue 4 years ago • 2 comments

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.

Light-Wizzard avatar Dec 05 '21 19:12 Light-Wizzard

I have encounter this very error too.

xiaoyifang avatar Mar 29 '22 15:03 xiaoyifang

Possible duplicates: #112, #124

TheAssassin avatar Dec 10 '23 22:12 TheAssassin