Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing support for some runtime plugins #147

Open
j4r0u53k opened this issue Jun 26, 2023 · 2 comments
Open

Missing support for some runtime plugins #147

j4r0u53k opened this issue Jun 26, 2023 · 2 comments

Comments

@j4r0u53k
Copy link

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

@vkuznetsovgn
Copy link

vkuznetsovgn commented Sep 19, 2023

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

@TheAssassin
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants