diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-08 17:27:29 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-10 20:43:22 -0700 |
commit | 5aa5398624c8d404abdf3a4023a5a504dd3e4366 (patch) | |
tree | db886dc8a968e90c264870795227a8f626ffedf1 /packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | |
parent | a0030a488aafc74d36ce7511db9da229010ce528 (diff) | |
download | subsurface-5aa5398624c8d404abdf3a4023a5a504dd3e4366.tar.gz |
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 <jani@apache.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile/Subsurface-mobile.pro')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |