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

Missing support for some runtime plugins

Open j4r0u53k opened this issue 2 years ago • 2 comments

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

j4r0u53k avatar Jun 26 '23 13:06 j4r0u53k

Same thing with webview plugin. EXTRA_QT_PLUGINS does not handle it. Qt 6.5.2

vkuznetsovgn avatar Sep 19 '23 09:09 vkuznetsovgn

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.

TheAssassin avatar Dec 10 '23 22:12 TheAssassin