diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-08-16 07:50:45 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-16 07:50:45 -0700 |
commit | 81166bc971b75f3b9ef130ea350d96b7edd4ff87 (patch) | |
tree | 22ce5cc3b410ecafeef507768dcaebca76548ff1 /packaging | |
parent | 39d84795499bf09c69c6bc93ca1ef0537fa46ab1 (diff) | |
download | subsurface-81166bc971b75f3b9ef130ea350d96b7edd4ff87.tar.gz |
iOS build: directly include Kirigami
Instead of building a library that we link against, let's just use the .pri
file and include Kirigami in the primary build.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 53af7e379..2d963ed5b 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -112,7 +112,6 @@ 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/ \ @@ -222,6 +221,8 @@ QML_IMPORT_PATH = # Default rules for deployment. include(deployment.pri) +include(../../../mobile-widgets/qml/kirigami/kirigami.pri) + ios { ios_icon.files = $$files(../../../icons/AppIcon*.png) app_launch_images.files = ../SubsurfaceMobileLaunch.xib $$files(../SubsurfaceMobileLaunchImage*.png) |