From d03fc902a1e991ed138a58861524640bbe8b2034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 9 Nov 2014 13:39:09 +0100 Subject: [PATCH] updated compile/packaging scripts for MacOSX --- compileOSX.sh | 8 ++++---- releaseOSX.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compileOSX.sh b/compileOSX.sh index ec1974d7..9a0ad4c1 100755 --- a/compileOSX.sh +++ b/compileOSX.sh @@ -5,15 +5,15 @@ fi echo "Compiling YACReader" cd ./YACReader -#/Developer/Qt5.1.1/5.1.1/clang_64/bin/qmake -spec macx-clang "CONFIG+=release" -qmake -spec macx-g++ "CONFIG+=release" +/Users/luisangel/Qt/5.3/clang_64/bin/qmake -spec macx-clang "CONFIG+=release" +#qmake -spec macx-g++ "CONFIG+=release" make cd .. echo "Compiling YACReaderLibrary" cd ./YACReaderLibrary -#/Developer/Qt5.1.1/5.1.1/clang_64/bin/qmake -spec macx-clang "CONFIG+=release" -qmake -spec macx-g++ "CONFIG+=release" +/Users/luisangel/Qt/5.3/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 8daea8d9..ae0f5d80 100755 --- a/releaseOSX.sh +++ b/releaseOSX.sh @@ -1,10 +1,10 @@ #!/bin/bash -#/Developer/Qt5.1.1/5.1.1/clang_64/bin/macdeployqt YACReader.app -#/Developer/Qt5.1.1/5.1.1/clang_64/bin/macdeployqt YACReaderLibrary.app +/Users/luisangel/Qt/5.3/clang_64/bin/macdeployqt YACReader.app +/Users/luisangel/Qt/5.3/clang_64/bin/macdeployqt YACReaderLibrary.app -macdeployqt YACReader.app -macdeployqt YACReaderLibrary.app +#macdeployqt YACReader.app +#macdeployqt YACReaderLibrary.app cp -R ./utils ./YACReader.app/Contents/MacOS/ cp -R ./utils ./YACReaderLibrary.app/Contents/MacOS/