mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Add the change for MacOS builds with Qt6 as well.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
88acef7f0f
commit
c2c5faeaad
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ if [ "$QUICK" != "1" ] && [ "$BUILD_DESKTOP$BUILD_MOBILE" != "" ] && ( [[ $QT_VE
|
||||||
# since we are currently building QtLocation from source, we don't have a way to easily install
|
# since we are currently building QtLocation from source, we don't have a way to easily install
|
||||||
# the private headers... so this is a bit of a hack to get those for googlemaps...
|
# the private headers... so this is a bit of a hack to get those for googlemaps...
|
||||||
# regardless of whether we do a fat build or not, let's do the 'native' build here
|
# regardless of whether we do a fat build or not, let's do the 'native' build here
|
||||||
$QMAKE "INCLUDEPATH=$INSTALL_ROOT/../qtlocation/build/include/QtLocation/6.3.0" QMAKE_APPLE_DEVICE_ARCHS="$(uname -m)" ../googlemaps.pro
|
$QMAKE "INCLUDEPATH=$INSTALL_ROOT/../qtlocation/build/include/QtLocation/6.3.0" "CONFIG+=release" QMAKE_APPLE_DEVICE_ARCHS="$(uname -m)" ../googlemaps.pro
|
||||||
else
|
else
|
||||||
$QMAKE "INCLUDEPATH=$INSTALL_ROOT/include" "CONFIG+=release" ../googlemaps.pro
|
$QMAKE "INCLUDEPATH=$INSTALL_ROOT/include" "CONFIG+=release" ../googlemaps.pro
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue