From 5f9ca5f2ecabcdfe83a6707b58fea106180b6c7d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 12 Apr 2017 20:24:19 -0700 Subject: Add Qt 5.7 and 5.8 for Darwin in build script Signed-off-by: Dirk Hohndel --- scripts/build.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build.sh b/scripts/build.sh index fd62d2c1f..211419be0 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -174,10 +174,14 @@ if [ $BUILDMARBLE = 1 ]; then mkdir -p build cd build if [ $PLATFORM = Darwin ] ; then - if [ -d "$HOME/Qt/5.5" ] ; then - export CMAKE_PREFIX_PATH=~/Qt/5.5/clang_64/lib/cmake + if [ -d "$HOME/Qt/5.8" ] ; then + export CMAKE_PREFIX_PATH=~/Qt/5.8/clang_64/lib/cmake + elif [ -d "$HOME/Qt/5.7" ] ; then + export CMAKE_PREFIX_PATH=~/Qt/5.7/clang_64/lib/cmake elif [ -d "$HOME/Qt/5.6" ] ; then export CMAKE_PREFIX_PATH=~/Qt/5.6/clang_64/lib/cmake + elif [ -d "$HOME/Qt/5.5" ] ; then + export CMAKE_PREFIX_PATH=~/Qt/5.5/clang_64/lib/cmake elif [ -d /usr/local/opt/qt5/lib ] ; then # Homebrew location for qt5 package export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/lib/cmake -- cgit v1.2.3-70-g09d2