From dd6bc29e786ea979ed24ecfa4a156a20cf6bd91d Mon Sep 17 00:00:00 2001 From: GT190 Date: Mon, 10 Mar 2025 08:48:45 +0100 Subject: [PATCH] Use which qmake6 to determine Qt6 path --- BuildLinuxAppImage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildLinuxAppImage.sh b/BuildLinuxAppImage.sh index c7c3e7bf49..e756fe1206 100755 --- a/BuildLinuxAppImage.sh +++ b/BuildLinuxAppImage.sh @@ -17,7 +17,7 @@ else fi export APPIMAGE_EXTRACT_AND_RUN=1 -export QMAKE=/usr/lib/qt6/bin/qmake +export QMAKE=$(which qmake6) # Prepare the AppDir DESTDIR=./AppDir ninja install