mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue