diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-16 16:39:30 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 09:17:54 -0800 |
commit | e3a83dcc90d4aa490dab45272edb1d87150480b0 (patch) | |
tree | 38cf378f9b85ae3a99f9f8f76da536d58eb92cf1 /Subsurface-mobile.pro | |
parent | 856a0d36f5d3b0faf68b5fd46d027bb6093d31ff (diff) | |
download | subsurface-e3a83dcc90d4aa490dab45272edb1d87150480b0.tar.gz |
build-system/iOS: remove outdated build-ios directories
The places we build things are still rather inconsistent for historic reasons -
this definitely deserves some more cleaning up.
The top level build-ios dir was completely unused, and the build location for
the googlemaps plugin was inconsistent with all of the other build dirs.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r-- | Subsurface-mobile.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index bf5d73f41..2da1e5703 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -373,7 +373,7 @@ ios { ../install-root/ios/lib/libzip.a \ ../install-root/ios/lib/libxslt.a \ ../install-root/ios/lib/qml/org/kde/kirigami.2/libkirigamiplugin.a \ - ../googlemaps/build-ios/libqtgeoservices_googlemaps.a \ + ../googlemaps-build/libqtgeoservices_googlemaps.a \ -liconv \ -lsqlite3 \ -lxml2 |