diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-08-14 15:48:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-14 15:48:48 -0700 |
commit | d40893907691a4a7519741669df7294db9c60419 (patch) | |
tree | 5ebf7cc74322d83f21887c64c66c0bf587b67f7b /packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | |
parent | c840ab43323f351043e7f74502f933ae46d3ea9e (diff) | |
download | subsurface-d40893907691a4a7519741669df7294db9c60419.tar.gz |
IOS build: compile kirigami plugin
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile/Subsurface-mobile.pro')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 4afc35383..53af7e379 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -112,6 +112,7 @@ LIBS += ../install-root/lib/libcrypto.a \ ../install-root/lib/libxml2.a \ ../install-root/lib/libssh2.a \ ../install-root/lib/libssl.a \ + ../install-root/lib/libkirigamiplugin.a \ -liconv INCLUDEPATH += ../install-root/include/ \ |