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 PR adds instructions on how to build the project to the README.

I am trying to create an AppDir with linuxdeploy so I can use the AppImageTool to mount a pre-existing AppImage that I downloaded and want to use. I am getting...

When I try to package something with `--exclude-library=libnss3.so`, ``libnss3.so` still gets included in the AppDir and AppImage. E.g.: ```bash ~/temp/linuxdeploy-x86_64.AppImage --appdir build/AppDir --executable build/interface/interface --exclude-library=libnss3.so --output appimage --plugin qt --icon-file...

``webenginewidgets`` is a recognized module, and is linked to a library in the code (libQt[X]WebEngineWidgets), but presently does nothing when marked to be deployed. This has caused problems in the...

env: ubuntu 20.04 docker runner qt ver: 5.15.18 linuxdeploy and linuxdeploy-plugin-qt I’m packaging an AppImage on a machine with no internet access. When I run the following packaging command, I...

Hi, first of all, thank you a lot for your project! I am packaging my project with Qt5 for years now using your tools and it always worked flawlessly. I...

What other option should I use ?

I switched from linuxdeployqt and encountered the problem that the above two libraries don't get deployed. I added `EXTRA_QT_MODULES=bluetooth;serialport;waylandcompositor` and the log shows > Extra Qt modules: bluetooth serialport waylandcompositor...

https://doc.qt.io/qt-6/localization.html#deploy-translations mentions the following: > In addition to the application's QM files, you need to deploy the QM files for the Qt modules that you use in the application, unless...

When using linuxdeploy-plugin-qt with Qt6 installed from the qt6-online-installer, it fails with the following message: ``` ERROR: Could not find dependency: libQt6Xml.so.6 ERROR: Failed to deploy dependencies for existing files...