diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-17 11:47:21 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-18 13:29:25 +0900 |
commit | 7eddaeea21ceda9a5066ccfc07b1ba3961eca0e5 (patch) | |
tree | 53c2cd6acf074930b2bafa763fc30cd749238f12 /packaging/ios/Subsurface-mobile.pro | |
parent | fa8c7ecc58a945ae6e6d72e0e8b239d0f11c2eb7 (diff) | |
download | subsurface-7eddaeea21ceda9a5066ccfc07b1ba3961eca0e5.tar.gz |
build-system: iOS, change location of 3rd party builds
move location of 3rd build to follow same pattern as desktop/mobile build
update central .gitignore to silence libdivecomputer/build-ios, this should
really be in libdivecomputer, but it is more easy to put it in a subsurface
controlled file.
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile.pro')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 5eeee4aee..5ed283869 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -136,7 +136,7 @@ LIBS += ../../../../install-root/ios/lib/libdivecomputer.a \ ../../../../install-root/ios/lib/libgit2.a \ ../../../../install-root/ios/lib/libzip.a \ ../../../../install-root/ios/lib/libxslt.a \ - ../build-ios/googlemaps-build/libqtgeoservices_googlemaps.a \ + ../../../../googlemaps/build-ios/libqtgeoservices_googlemaps.a \ -liconv \ -lsqlite3 \ -lxml2 |