mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS: build googlemaps
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5edcf2aea2
commit
ce8cad615a
1 changed files with 11 additions and 0 deletions
|
@ -293,6 +293,17 @@ echo next building for $ARCH
|
||||||
make install
|
make install
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# build googlemaps
|
||||||
|
if [ ! -d googlemaps ] ; then
|
||||||
|
git clone git://github.com/subsurface-divelog/googlemaps
|
||||||
|
fi
|
||||||
|
mkdir -p googlemaps-build-$ARCH
|
||||||
|
pushd googlemaps-build-$ARCH
|
||||||
|
${IOS_QT}/${QT_VERSION}/ios/bin/qmake ../googlemaps/googlemaps.pro
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
popd
|
||||||
done
|
done
|
||||||
|
|
||||||
# now combine the arm libraries into fat libraries
|
# now combine the arm libraries into fat libraries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue