From 68c13b7daef408b8d093a0f7a8193612f9a52077 Mon Sep 17 00:00:00 2001 From: Person Date: Sun, 30 Sep 2018 18:13:27 -0700 Subject: [PATCH] --Code changes -Update Mac deployment script to use Qt 5.11.2 --- archive/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/build.sh b/archive/build.sh index 5c7f3b4..828eb10 100644 --- a/archive/build.sh +++ b/archive/build.sh @@ -2,8 +2,8 @@ OSX_BUILD_PATH=$PWD FRACTORIUM_RELEASE_ROOT=$PWD/../Bin/release -# replace 5.9 by your QT version, and check if the instation path is the same -QT_MACDEPLOY=~/Qt/5.9.3/clang_64/bin/macdeployqt +# replace 5.11.2 by your QT version, and check if the instation path is the same +QT_MACDEPLOY=~/Qt/5.11.2/clang_64/bin/macdeployqt cd $FRACTORIUM_RELEASE_ROOT