mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-19 19:15:01 +00:00
Use which qmake6 to determine Qt6 path
This commit is contained in:
parent
b527624242
commit
dd6bc29e78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue