We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69b5b8 commit 76f82fdCopy full SHA for 76f82fd
app/mac-prebuild.sh
@@ -2,11 +2,6 @@
2
set -e # Quit script on error
3
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
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
10
11
cd "${SCRIPT_DIR}"
12
0 commit comments