mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 21:44:43 -04:00
CONFIG += release added to OSX and Linux build scripts
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
|
||||
echo "Compiling YACReader"
|
||||
cd ./YACReader
|
||||
qmake
|
||||
qmake "CONFIG+=release"
|
||||
make
|
||||
cd ..
|
||||
|
||||
echo "Compiling YACReaderLibrary"
|
||||
cd ./YACReaderLibrary
|
||||
qmake
|
||||
qmake "CONFIG+=release"
|
||||
make
|
||||
cd ..
|
||||
|
||||
|
Reference in New Issue
Block a user