mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge 5d38fd3fe8
into e7900c514c
This commit is contained in:
commit
ce95221ded
4 changed files with 83 additions and 35 deletions
|
@ -571,7 +571,11 @@ if [ "$QUICK" != "1" ] && [ "$BUILD_DESKTOP$BUILD_MOBILE" != "" ] && ( [[ $QT_VE
|
|||
# build the googlemaps map plugin
|
||||
|
||||
cd "$SRC"
|
||||
./${SRC_DIR}/scripts/get-dep-lib.sh single . googlemaps
|
||||
if [ "$BUILD_WITH_QT6" = "1" ] ; then
|
||||
./${SRC_DIR}/scripts/get-dep-lib.sh -qt6 single . googlemaps
|
||||
else
|
||||
./${SRC_DIR}/scripts/get-dep-lib.sh single . googlemaps
|
||||
fi
|
||||
pushd googlemaps
|
||||
mkdir -p build
|
||||
mkdir -p J10build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue