From 8945dc5ae422d3da297d117a00e0ad81d08b65e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 2 Feb 2015 23:25:34 +0100 Subject: [PATCH] fixed deployment scripts for MacOSX --- compileOSX.sh | 4 ++-- releaseOSX.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compileOSX.sh b/compileOSX.sh index 9a0ad4c1..644549df 100755 --- a/compileOSX.sh +++ b/compileOSX.sh @@ -5,14 +5,14 @@ fi echo "Compiling YACReader" cd ./YACReader -/Users/luisangel/Qt/5.3/clang_64/bin/qmake -spec macx-clang "CONFIG+=release" +/Users/luisangel/Qt/5.4/clang_64/bin/qmake -spec macx-clang "CONFIG+=release" #qmake -spec macx-g++ "CONFIG+=release" make cd .. echo "Compiling YACReaderLibrary" cd ./YACReaderLibrary -/Users/luisangel/Qt/5.3/clang_64/bin/qmake -spec macx-clang "CONFIG+=release" +/Users/luisangel/Qt/5.4/clang_64/bin/qmake -spec macx-clang "CONFIG+=release" #qmake -spec macx-g++ "CONFIG+=release" make cd .. diff --git a/releaseOSX.sh b/releaseOSX.sh index ae0f5d80..060a744e 100755 --- a/releaseOSX.sh +++ b/releaseOSX.sh @@ -1,7 +1,7 @@ #!/bin/bash -/Users/luisangel/Qt/5.3/clang_64/bin/macdeployqt YACReader.app -/Users/luisangel/Qt/5.3/clang_64/bin/macdeployqt YACReaderLibrary.app +/Users/luisangel/Qt/5.4/clang_64/bin/macdeployqt YACReader.app +/Users/luisangel/Qt/5.4/clang_64/bin/macdeployqt YACReaderLibrary.app -qmldir=./YACReaderLibrary/qml #macdeployqt YACReader.app #macdeployqt YACReaderLibrary.app