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

This is with Qt6 (didn't test Qt5), but application fails to start as it doesn't find xdg or other shell integration, I've added the .so files on the plugins/wayland-shell-integrations but...

In your code you link the validity of `webengine` module with the existence of the library `libQt6WebEngine` but this library is no longer part of Qt6.3. Any proposition about this...

help wanted

Qt 6.4 was [released](https://www.qt.io/blog/qt-6.4-released) today, adding 3 new modules https://doc-snapshots.qt.io/qt6-dev/whatsnew64.html

For reference: https://github.com/contour-terminal/contour/actions/runs/3123684418/jobs/5066504531 I'm rather new to AppImage, please bare with me. But to me this looks like multiple issues? ``` [qt/stdout] Deploying shared library /usr/lib/x86_64-linux-gnu/qt5/plugins/xcbglintegrations/libqxcb-egl-integration.so (destination: /home/runner/work/contour/contour/build/AppDir/usr/plugins/xcbglintegrations/) [qt/stderr] terminate...

Here is app debug log: [justpaste.it/62wg2](https://justpaste.it/62wg2) Here is build script where you can see how app was compiled and how "linuxdeploy" was executed: https://github.com/martinrotter/rssguard/blob/master/resources/scripts/github-actions/build-linux-mac.sh#L69 Here is build log: https://github.com/martinrotter/rssguard/runs/8222561212?check_suite_focus=true I...

When I try to package my app (which does depend on QtSql), `ldd` will be run on each of the libraries within the `${QT_PATH}/plugins/sqldrivers/` directory, as you might expect to...

In my attempt to build PR #157 I got the following compilation error: Any idea how to proceed, @SushiTee ? I tried doing Docker build on x86_64 build VM for...

Any idea what's going on here? I'm hoping to request a Docker build on an x86_64 build VM that creates a linuxdeploy-plugin-qt AppImage cross compiled for the aarch64 architecture. It...

Hello, Having troubles running linuxdeploy-qt after removing x11 and adding wayland with weston compositor to my Yocto Poky Kirkstone ATMv8 build I got your whole linuxdeploy toolchain with qt input...

The plugin currently only exports Qt plugins for X11. Distributions are now moving towards Wayland as default so it would be nice if there was at least an optional setting...