chore(build): Remove check for QtVer

It is unused, and brew now installs to Cella/qt@5 so this check causes an error.
reviewable/pr6522/r1
Anthony Bilinski 2022-03-05 23:52:17 -08:00
parent a83ef30476
commit 1063b3d7f9
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ else
MAIN_DIR="$(dirname $(readlink -f $0))/../.."
QTOX_DIR="${MAIN_DIR}/qTox${SUBGIT}"
fi
QT_DIR="/usr/local/Cellar/qt5" # Folder name of QT install
# Figure out latest version
QT_VER=($(ls ${QT_DIR} | sed -n -e 's/^\([0-9]*\.([0-9]*\.([0-9]*\).*/\1/' -e '1p;$p'))
QT_DIR_VER="${QT_DIR}/${QT_VER[1]}"
TOXCORE_DIR="${MAIN_DIR}/toxcore" # Change to Git location