Skip to content

Commit 6d5112f

Browse files
authored
Add qt install location
Need to set an environmental variable so Qt6 can be found when the gui is built.
1 parent 68edde6 commit 6d5112f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pi-build-gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e # Quit script on error
33
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
WORKING_DIR="$(pwd)"
55

6-
"${SCRIPT_DIR}"/linux-build-gui.sh "$@"
6+
QT_INSTALL_LOCATION=/usr/lib/qt6 "${SCRIPT_DIR}"/linux-build-gui.sh "$@"
77

88
# Restore working directory as it was prior to this script running...
99
cd "${WORKING_DIR}"

0 commit comments

Comments
 (0)