From 8ab510019b059c5b5a5ae0beddbe2b22d4b99210 Mon Sep 17 00:00:00 2001 From: Dalton <59972310+dalton-v@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:47:29 +0100 Subject: [PATCH] Add extra Qt modules and wayland plugins to AppImage packaging --- .azure-pipelines/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 421962475..9a18eacff 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -395,6 +395,9 @@ stages: chmod +x appimagetool-x86_64.AppImage echo "=== Running linuxdeploy to package AppImage ===" + export EXTRA_QT_MODULES="$(echo $(qt_modules) | sed 's/ /;/g')" + export EXTRA_QT_PLUGINS=waylandcompositor + export EXTRA_PLATFORM_PLUGINS=libqwayland-egl.so;libqwayland-generic.so ./linuxdeploy-x86_64.AppImage \ --appdir "AppDir" \ -d "$APPDIR/usr/share/applications/SerialPrograms.desktop" \