mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
CONFIG += release added to OSX and Linux build scripts
This commit is contained in:
parent
e6c1b7515e
commit
0b1a0098d5
@ -32,5 +32,3 @@ TRANSLATIONS = yacreader_es.ts \
|
|||||||
yacreader_pt.ts \
|
yacreader_pt.ts \
|
||||||
yacreader_nl.ts \
|
yacreader_nl.ts \
|
||||||
yacreader_source.ts
|
yacreader_source.ts
|
||||||
|
|
||||||
#TODO: CONFIG += release on MacOSX and Linux (using qmake)
|
|
||||||
|
@ -151,5 +151,3 @@ isEqual(QT_MAJOR_VERSION, 5) {
|
|||||||
Release:DESTDIR = ../release
|
Release:DESTDIR = ../release
|
||||||
Debug:DESTDIR = ../debug
|
Debug:DESTDIR = ../debug
|
||||||
}
|
}
|
||||||
|
|
||||||
#TODO: CONFIG += release on MacOSX and Linux (using qmake)
|
|
||||||
|
@ -5,13 +5,13 @@ fi
|
|||||||
|
|
||||||
echo "Compiling YACReader"
|
echo "Compiling YACReader"
|
||||||
cd ./YACReader
|
cd ./YACReader
|
||||||
qmake -spec macx-g++
|
qmake -spec macx-g++ "CONFIG+=release"
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "Compiling YACReaderLibrary"
|
echo "Compiling YACReaderLibrary"
|
||||||
cd ./YACReaderLibrary
|
cd ./YACReaderLibrary
|
||||||
qmake -spec macx-g++
|
qmake -spec macx-g++ "CONFIG+=release"
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
echo "Compiling YACReader"
|
echo "Compiling YACReader"
|
||||||
cd ./YACReader
|
cd ./YACReader
|
||||||
qmake
|
qmake "CONFIG+=release"
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "Compiling YACReaderLibrary"
|
echo "Compiling YACReaderLibrary"
|
||||||
cd ./YACReaderLibrary
|
cd ./YACReaderLibrary
|
||||||
qmake
|
qmake "CONFIG+=release"
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user