mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
MXE build: build the googlemaps plugin
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f57f10eb8c
commit
e808c92bb6
1 changed files with 13 additions and 0 deletions
|
@ -244,6 +244,19 @@ else
|
|||
echo ""
|
||||
fi
|
||||
|
||||
cd "$BUILDDIR"
|
||||
if [[ ! -d googlemaps || -f build.googlemaps ]] ; then
|
||||
rm -f build.googlemaps
|
||||
cd "$BASEDIR"/googlemaps
|
||||
git pull
|
||||
cd "$BUILDDIR"
|
||||
mkdir -p googlemaps
|
||||
cd googlemaps
|
||||
"$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/bin/qmake PREFIX=$"$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared "$BASEDIR"/googlemaps/googlemaps.pro
|
||||
make $JOBS
|
||||
make install
|
||||
fi
|
||||
|
||||
###############
|
||||
# finally, Subsurface
|
||||
|
||||
|
|
Loading…
Reference in a new issue