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/