mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 ""
|
echo ""
|
||||||
fi
|
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
|
# finally, Subsurface
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue