diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-07 16:32:19 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-14 04:15:17 -0700 |
commit | 38243be44d50a1763f84a9b2331b5aec62a32632 (patch) | |
tree | be47c43f3582b9c125d4d9e0d1a8d563636521eb | |
parent | 0039c61dce78ab148b05ceec3283a3bd29e1bb30 (diff) | |
download | subsurface-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.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 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 \ |