mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
updated compile/packaging scripts for MacOSX
This commit is contained in:
parent
9eba11f343
commit
d03fc902a1
@ -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 ..
|
||||||
|
|
||||||
|
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user