chaneg version QT

This commit is contained in:
Macbook
2024-10-10 16:59:29 +07:00
parent d0db1293b5
commit 4c9a249695
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ ls -la $QT_BIN_DIR || { echo "Error: Cannot access $QT_BIN_DIR"; exit 1; }
# Check if QIF_VERSION is properly set, otherwise set a default
if [ -z "${QIF_VERSION+x}" ]; then
echo "QIF_VERSION is not set, using default 4.7"
QIF_VERSION=4.7
echo "QIF_VERSION is not set, using default 4.6"
QIF_VERSION=4.6
fi
QIF_BIN_DIR="$QT_BIN_DIR/../../../Tools/QtInstallerFramework/$QIF_VERSION/bin"