mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
a3435e87df
commit
f1baa575e6
2 changed files with 3 additions and 85 deletions
|
|
@ -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/ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue