From f1baa575e6100f09d0cac14a46c1cf3cee30b9d6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 11 Oct 2017 05:17:40 -0700 Subject: iOS build: we don't use ssh and can't use OpenSSL On iOS we don't need to enable ssh-based git access - and we can no longer build against OpenSSL (instead use the platform SSL libraries. Signed-off-by: Dirk Hohndel --- packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'packaging/ios/Subsurface-mobile/Subsurface-mobile.pro') diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 215da75ea..d705254af 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -112,15 +112,12 @@ SOURCES += ../../../subsurface-mobile-main.cpp \ RESOURCES += qml.qrc ../../../subsurface.qrc ../../../mobile-widgets/qml/mobile-resources.qrc translations.qrc -LIBS += ../install-root/lib/libcrypto.a \ - ../install-root/lib/libdivecomputer.a \ +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 \ - ../install-root/lib/libssh2.a \ - ../install-root/lib/libssl.a \ -liconv INCLUDEPATH += ../install-root/include/ \ -- cgit v1.2.3-70-g09d2