From 5aa5398624c8d404abdf3a4023a5a504dd3e4366 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Tue, 8 May 2018 17:27:29 +0200 Subject: iOS: removed local build of sqllite3 script/build.sh uses the builtin sqllite3 and do not build locally, updated build.sh and Subsurface-mobile.pro to to the same. Apart from simplifying the script it saves build time Signed-off-by: Jan Iversen --- packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/ios/Subsurface-mobile') diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 0bcb181f3..bfe3bab16 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -107,12 +107,12 @@ RESOURCES += qml.qrc ../../../subsurface.qrc ../../../mobile-widgets/qml/mobile- LIBS += ../install-root/lib/libdivecomputer.a \ ../install-root/lib/libgit2.a \ - ../install-root/lib/libsqlite3.a \ ../install-root/lib/libzip.a \ ../install-root/lib/libxslt.a \ ../install-root/lib/libxml2.a \ ../googlemaps-build/libqtgeoservices_googlemaps.a \ - -liconv + -liconv \ + -lsqlite3 INCLUDEPATH += ../install-root/include/ \ ../install-root/lib/libzip/include \ -- cgit v1.2.3-70-g09d2