Added testing that QT GUI build is successfull

This commit is contained in:
Dmitry Panin
2013-11-28 16:43:03 +04:00
parent dc118c64b8
commit 89206b3a6b

View File

@@ -15,6 +15,13 @@ $ANDROID list targets
$ANDROID update project -t 1 -p projects/mtg/Android
ant debug -f projects/mtg/Android/build.xml
# we're building a Qt version with GUI here
mkdir qt-gui-build
cd qt-gui-build
qmake ../projects/mtg/wagic-qt.pro CONFIG+=debug CONFIG+=graphics
make -j 8
cd ..
# let's try an Intel linux binary
qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug DEFINES+=CAPTURE_STDERR
make -j 8