updated compile/packaging scripts for MacOSX

This commit is contained in:
Luis Ángel San Martín 2014-11-09 13:39:09 +01:00
parent 9eba11f343
commit d03fc902a1
2 changed files with 8 additions and 8 deletions

View File

@ -5,15 +5,15 @@ fi
echo "Compiling YACReader" echo "Compiling YACReader"
cd ./YACReader cd ./YACReader
#/Developer/Qt5.1.1/5.1.1/clang_64/bin/qmake -spec macx-clang "CONFIG+=release" /Users/luisangel/Qt/5.3/clang_64/bin/qmake -spec macx-clang "CONFIG+=release"
qmake -spec macx-g++ "CONFIG+=release" #qmake -spec macx-g++ "CONFIG+=release"
make make
cd .. cd ..
echo "Compiling YACReaderLibrary" echo "Compiling YACReaderLibrary"
cd ./YACReaderLibrary cd ./YACReaderLibrary
#/Developer/Qt5.1.1/5.1.1/clang_64/bin/qmake -spec macx-clang "CONFIG+=release" /Users/luisangel/Qt/5.3/clang_64/bin/qmake -spec macx-clang "CONFIG+=release"
qmake -spec macx-g++ "CONFIG+=release" #qmake -spec macx-g++ "CONFIG+=release"
make make
cd .. cd ..

View File

@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
#/Developer/Qt5.1.1/5.1.1/clang_64/bin/macdeployqt YACReader.app /Users/luisangel/Qt/5.3/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 YACReaderLibrary.app
macdeployqt YACReader.app #macdeployqt YACReader.app
macdeployqt YACReaderLibrary.app #macdeployqt YACReaderLibrary.app
cp -R ./utils ./YACReader.app/Contents/MacOS/ cp -R ./utils ./YACReader.app/Contents/MacOS/
cp -R ./utils ./YACReaderLibrary.app/Contents/MacOS/ cp -R ./utils ./YACReaderLibrary.app/Contents/MacOS/