Use Qt 5.11.3 for the macOS builds too

This is due to a weird word wrapping bug present in Qt 5.12.0.

We'll use the Qt 5.11.x releases for now, until a solution to the
problem is found.
This commit is contained in:
Justin Clift
2018-12-24 21:51:12 +11:00
parent 195d8683e5
commit dd1878c81e

View File

@@ -3,7 +3,7 @@
# Builds and uploads DB Browser for SQLite nightlies,
# after updating the Homebrew dependencies
QTVER="5.12.0"
QTVER="5.11.3"
BRANCH="master"
BREW="/usr/local/bin/brew"
BUILD_TYPE="release"