linuxdeploy-plugin-qt
linuxdeploy-plugin-qt copied to clipboard
Missing support for some runtime plugins
I was trying to deploy runtime plugins from QtSerialBus (plugins/canbus/libqtsocketcanbus.so) and QtOpcua external module (plugins/opcua/libopen62541_backend.so) via the EXTRA_QT_PLUGINS env variable, but it looks like linuxdeploy-plugin-qt does not support these, only those that are matched against that hard-coded Qt6Modules list in qt-modules.h.
Qt 6.5.1, Linux, gcc_64
Same thing with webview plugin. EXTRA_QT_PLUGINS does not handle it. Qt 6.5.2
We likely need more deployers then. Contributions welcome! I cannot just add deployers without real world use cases to test against. It's really easy to add new ones anyway.