From 38243be44d50a1763f84a9b2331b5aec62a32632 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 7 Oct 2017 16:32:19 -0700 Subject: [PATCH] iOS build: add include path for Kirigami Signed-off-by: Dirk Hohndel --- packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index d705254af..8332f3759 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -127,7 +127,8 @@ INCLUDEPATH += ../install-root/include/ \ ../install-root/include/libexstl \ ../install-root/include/openssl \ ../../.. \ - ../../../core + ../../../core \ + ../../../mobile-widgets/qml/kirigami/src/libkirigami HEADERS += \ ../../../core/libdivecomputer.h \