From 81166bc971b75f3b9ef130ea350d96b7edd4ff87 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 16 Aug 2016 07:50:45 -0700 Subject: 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 --- packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging') 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) -- cgit v1.2.3-70-g09d2