You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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-codedQt6Modules
list inqt-modules.h
.Qt 6.5.1, Linux, gcc_64
The text was updated successfully, but these errors were encountered: