Use which qmake6 to determine Qt6 path

This commit is contained in:
GT190 2025-03-10 08:48:45 +01:00 committed by GitHub
parent b527624242
commit dd6bc29e78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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