mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 06:54:39 -04:00
Merged luisangelsm/yacreader into default
This commit is contained in:
@ -5,14 +5,14 @@ fi
|
||||
|
||||
echo "Compiling YACReader"
|
||||
cd ./YACReader
|
||||
/Users/luisangel/Qt/5.4/clang_64/bin/qmake -spec macx-clang "CONFIG+=release"
|
||||
/Users/luisangel/my_dev/Qt5.5.0/5.5/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.4/clang_64/bin/qmake -spec macx-clang "CONFIG+=release"
|
||||
/Users/luisangel/my_dev/Qt5.5.0/5.5/clang_64/bin/qmake -spec macx-clang "CONFIG+=release"
|
||||
#qmake -spec macx-g++ "CONFIG+=release"
|
||||
make
|
||||
cd ..
|
||||
|
Reference in New Issue
Block a user