Use which qmake6 to determine Qt6 path

This commit is contained in:
GT190 2025-03-10 08:48:45 +01:00 committed by GitHub
commit dd6bc29e78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ else
fi fi
export APPIMAGE_EXTRACT_AND_RUN=1 export APPIMAGE_EXTRACT_AND_RUN=1
export QMAKE=/usr/lib/qt6/bin/qmake export QMAKE=$(which qmake6)
# Prepare the AppDir # Prepare the AppDir
DESTDIR=./AppDir ninja install DESTDIR=./AppDir ninja install