aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-07 16:32:19 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-14 04:15:17 -0700
commit38243be44d50a1763f84a9b2331b5aec62a32632 (patch)
treebe47c43f3582b9c125d4d9e0d1a8d563636521eb
parent0039c61dce78ab148b05ceec3283a3bd29e1bb30 (diff)
downloadsubsurface-38243be44d50a1763f84a9b2331b5aec62a32632.tar.gz
iOS build: add include path for Kirigami
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--packaging/ios/Subsurface-mobile/Subsurface-mobile.pro3
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 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 \