fixed autobuild scripts for android.

This commit is contained in:
rachytski 2012-01-19 13:31:34 +04:00 committed by Alex Zolotarev
parent 2a9620f725
commit 182daf2ec2
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,6 @@ BuildQt() {
cd "$SHADOW_DIR"
qmake -r "$QMAKE_PARAMS" -spec "$MKSPEC" "../omim/omim.pro"
# make clean > /dev/null || true
make
make -j 2
)
}

View file

@ -1,6 +1,7 @@
# Add your path into this array
KNOWN_QMAKE_PATHS=( \
/Users/Alex/QtSDK/Desktop/Qt/474/gcc/bin \
/Users/siarheirachytski/QtSDK/Desktop/Qt/474/gcc/bin \
)
# Prints path to directory with found qmake binary or prints nothing if not found