forked from organicmaps/organicmaps
fixed autobuild scripts for android.
This commit is contained in:
parent
2a9620f725
commit
182daf2ec2
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue