mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Use which qmake6 to determine Qt6 path
This commit is contained in:
parent
b527624242
commit
dd6bc29e78
@ -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…
Reference in New Issue
Block a user