linuxdeploy / linuxdeploy-plugin-qt

Qt plugin for linuxdeploy, bundling Qt resources, plugins, QML files and a lot more.
https://github.com/linuxdeploy/linuxdeploy
MIT License
103 stars 37 forks source link

Webengine module isn't packaged #124

Open hhnaidi opened 2 years ago

hhnaidi commented 2 years ago

In your code you link the validity of webengine module with the existence of the library libQt6WebEngine but this library is no longer part of Qt6.3.

Any proposition about this problem?

TheAssassin commented 2 years ago

Do you know a reliable way to detect the webengine module for Qt 6.3? If so, please send a PR.