mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
merged
This commit is contained in:
commit
9730e6daeb
@ -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 ..
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user