mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:33:24 +00:00
build.sh: remove googlemaps .qmake.conf hack
This needed to be fixed in googlemaps instead. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ceb642fbdb
commit
a240787c42
1 changed files with 0 additions and 6 deletions
|
@ -451,12 +451,6 @@ if [ "$SKIP_GOOGLEMAPS" != "1" ] ; then
|
|||
git checkout master
|
||||
git pull --rebase
|
||||
|
||||
if [ $PLATFORM = "Darwin" ] ; then
|
||||
# remove the qt_build_config from .qmake.conf as that fails on Travis
|
||||
mv .qmake.conf .qmake.conf.bak
|
||||
cat .qmake.conf.bak | sed -e 's/.*qt_build_config.*//' > .qmake.conf
|
||||
fi
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
$QMAKE -query
|
||||
|
|
Loading…
Add table
Reference in a new issue