Skip to content

Commit 76f82fd

Browse files
committed
Remove unused QT5_BIN_DIR from mac-prebuild.sh
1 parent f69b5b8 commit 76f82fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/mac-prebuild.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
set -e # Quit script on error
33
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
WORKING_DIR="$(pwd)"
5-
if command -v brew &> /dev/null && [ -x "$(brew --prefix)"/opt/qt@5/bin/lrelease ]; then
6-
QT5_BIN_DIR="$(brew --prefix)"/opt/qt@5/bin
7-
else
8-
QT5_BIN_DIR="${QT5_BIN_DIR:-}"
9-
fi
105

116
cd "${SCRIPT_DIR}"
127

0 commit comments

Comments
 (0)