Skip to content

Commit

Permalink
Replaced install with install-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
kribe48 authored and booo committed Jun 14, 2023
1 parent feab673 commit aa0f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/install-qt-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ set -e
apt-get update
apt-get install python3 python3-pip -y
pip3 install aqtinstall
aqt install --outputdir ${QT_PATH} ${QT_VERSION} ${QT_HOST} ${QT_TARGET} -m ${QT_MODULES}
aqt install-qt ${QT_HOST} ${QT_TARGET} ${QT_VERSION} -O ${QT_PATH} -m ${QT_MODULES}
echo "Remember to export the following to your PATH: ${QT_PATH}/${QT_VERSION}/*/bin"
echo "export PATH=$(readlink -e ${QT_PATH}/${QT_VERSION}/*/bin/):PATH"

0 comments on commit aa0f2c6

Please sign in to comment.