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

Qt plugin for linuxdeploy, bundling Qt resources, plugins, QML files and a lot more.

Results 70 linuxdeploy-plugin-qt issues
Sort by recently updated
recently updated
newest added

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...

For some reason, linuxdeploy-plugin-qt started deploying the Qt6Sql module even though I do not use SQL anywhere in my project. This would not be a problem normally, but also if...

We need to provide users with a list of Qt modules they can deploy using, e.g., `EXTRA_QT_PLUGINS`. CC #141

After going back and forth and finding that I had to hack linuxdeploy to refrain from doing patchelf in some cases after I downgraded from Qt-6.6 to long term support...

Sorry I added pre-commit locally to make sure clang-format was run and apparently your sources were not in sync with it

It would be useful to have the standalone version also able to exclude-libraries, this helps with issues: #153 #150 #110 #108

Since I needed linuxdeploy-plugin-qt that had the --exclude-libraries working I make the github workflows run on my fork and and have this issue when using a newer (+my patch) linuxdeploy...

Related to #153 This pull request introduces the ability to exclude specific Qt plugins and handles missing dependencies of a plugin as a non-fatal error during the deployment process of...

This commit replicates a pattern from the TextToSpeechPluginsDeployer across a range of other deployer classes. Essentially - it's extremely unlikely that composing an AppImage with debug symbols is what a...