This commit is contained in:
Luis Ángel San Martín 2015-02-05 19:51:46 +01:00
commit 9730e6daeb
2 changed files with 4 additions and 4 deletions

View File

@ -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 ..

View File

@ -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