diff --git a/Builds/QtCreator/defaults.pri b/Builds/QtCreator/defaults.pri index 95a26d0..ee1e2bf 100644 --- a/Builds/QtCreator/defaults.pri +++ b/Builds/QtCreator/defaults.pri @@ -216,8 +216,8 @@ win32 { } macx { - QMAKE_MAC_SDK = macosx10.12 - QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12 + QMAKE_MAC_SDK = macosx10.14 + QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14 QMAKE_CXXFLAGS += -mmacosx-version-min=10.9 -arch x86_64 QMAKE_CXXFLAGS += -stdlib=libc++ } diff --git a/archive/build.sh b/archive/build.sh index 1db63e8..3652514 100755 --- a/archive/build.sh +++ b/archive/build.sh @@ -2,7 +2,7 @@ OSX_BUILD_PATH=$PWD FRACTORIUM_RELEASE_ROOT=$PWD/../Bin/release -# replace 5.11.3 by your QT version, and ensure the installation path is the same +# replace 5.12.8 by your QT version, and ensure the installation path is the same QT_MACDEPLOY=~/Qt/5.12.8/clang_64/bin/macdeployqt cd $FRACTORIUM_RELEASE_ROOT