linuxdeploy-plugin-qt
linuxdeploy-plugin-qt copied to clipboard
Qt plugin for linuxdeploy, bundling Qt resources, plugins, QML files and a lot more.
While for me on Ubuntu 22.04 an AppImage I've build on 18.04 works fine, I've had some users complaining that it doesn't start on their platform due to some errors...
Qt6 doesn't contain plugins/mediaservice dir
On Ubuntu 22.04 linuxdeploy-plugin-qt is throwing the following error: `[qt/stdout] Deploying file /home/travis/build/AlbrechtL/welle.io/6.2.4/gcc_64/qml/QtCharts/designer/images/percentbarserie[qt/stderr] what(): boost::filesystem::directory_iterator::construct: No such file or directory: "/home/travis/build/AlbrechtL/welle.io/6.2.4/gcc_64/plugins/mediaservice"` This happens with the Qt6 libs inside the repository...
Just wanted to give a heads up that qmlimportscanner has been moved to \/gcc_64/libexec in the latest release. This can be manually worked around by setting your PATH before running...
> Actually EXTRA_QT_PLUGINS name is a bit misleading, it should actually be EXTRA_QT_MODULES. I think this was just taken over from linuxdeployqt. We should think about correcting this. Mind to...
Building an app with Qt 6.2.4 (installed via apt) on Ubuntu 22.04. The app includes a single webview QML type, for which I need webengine to display the content. If...
I have a custom Qt installation that contains the debug version of Qt libraries, I didn't find any way to exclude them. `linuxdeploy` has an `exclude-library` option but qt plugin...
My Qt (using the latest 5.13.2) based app is using SSL connectivity. I want to distribute it as AppImage working 'everywhere' so I build it on Ubuntu 16.04 LTS which...
``` [2022-05-25T07:51:29.140Z] [qt/stdout] Deploying shared library /home/appimage/Craft/BinaryFactory/linux-64-gcc/plugins/imageformats/libqtiff.so.debug (destination: /home/appimage/Craft/BinaryFactory/linux-64-gcc/build/kde/kdemultimedia/kdenlive/archive/usr/plugins/imageformats/) [2022-05-25T07:51:29.140Z] [qt/stdout] Deploying dependencies for ELF file /home/appimage/Craft/BinaryFactory/linux-64-gcc/plugins/imageformats/libqtiff.so.debug ```
Error
Quite new to this world, getting this error when a run it with --plugin qt [qt/stdout] [qt/stdout] Found Qt modules: [qt/stdout] Extra Qt modules: [qt/stdout] ERROR: Could not find Qt...