fix bug qt-cmake

This commit is contained in:
Macbook
2024-10-09 22:45:15 +07:00
parent b93c5f3e57
commit 56d6ab2dd5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ if [ -z "${QT_VERSION+x}" ]; then
fi
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
QT_BIN_DIR=$HOME/Qt/$QT_VERSION/macos/bin