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 added a class to deploy the following 3 plugin directories: * wayland-decoration-client * wayland-graphics-integration-client * wayland-shell-integration when the plugin *waylandcompositor* is selected. I confirmed my specific app working with...

I'm creating a custom Yocto Poky Kirkstone Linux image on a qemuarm64 target platform and running your toolchain there (linuxdeploy + qt input plugin + appimage output plusin) I'm packaging...

Do you have plans to support cmake internally for Qt-6 and beyond, given the details below? User I need a version of qmake that is compatible with Qt-6 and runs...

I am trying to package a Qt application in an AppImage. The app always has the default look regardless of the OS setting to use Dark Mode. I tried to...

Qt 6.1 added https://doc.qt.io/qt-6/qnetworkinformation.html to the network module, but this needs plugins in `networkinformation` to be deployed. Please deploy these in addition to the `tls` one.

Hello, I'm cross-compiling on an x86_64 build VM for an i.MX8 cortexa-35-poky-linux platform. Does this tool work in this environment ? If not, are there any plans to enable this...

The issue is possibly related to #133 directory 'sqldrivers' is missing after successful build within 'usr/plugins' of target directory, which makes running App unable to load database and produce the...

I have an app built with Qt 6.4.2 which uses the new FileDialog from QtQuick Dialogs (not the old Qt.labs implementation). I initially used linuxdeployqt which managed to create the...

At the moment, there is a github action that releases latest `master` with tag `continuous`. We use the assets of this in an action. Because of [an issue with current...

[appdir.tar.gz](https://github.com/linuxdeploy/linuxdeploy-plugin-qt/files/11332025/appdir.tar.gz) [simplebrowser.tar.gz](https://github.com/linuxdeploy/linuxdeploy-plugin-qt/files/11332027/simplebrowser.tar.gz) Attached the simple webengine based qml application, and the appdir stub used for the packaging. Before attempting, using ``` DEBUG=1 QMAKE=/local/local/builds/qt5/bin/release/qtbase/bin/qmake QML_SOURCES_PATH=/local/local/builds/SimpleBrowser ../linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt --output...