We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68edde6 commit 6d5112fCopy full SHA for 6d5112f
app/pi-build-gui.sh
@@ -3,7 +3,7 @@ set -e # Quit script on error
3
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
WORKING_DIR="$(pwd)"
5
6
-"${SCRIPT_DIR}"/linux-build-gui.sh "$@"
+QT_INSTALL_LOCATION=/usr/lib/qt6 "${SCRIPT_DIR}"/linux-build-gui.sh "$@"
7
8
# Restore working directory as it was prior to this script running...
9
cd "${WORKING_DIR}"
0 commit comments