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 /subsurface-mobile-helper.cpp | |
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 'subsurface-mobile-helper.cpp')
-rw-r--r-- | subsurface-mobile-helper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp index d038336c4..0cc814ca5 100644 --- a/subsurface-mobile-helper.cpp +++ b/subsurface-mobile-helper.cpp @@ -21,7 +21,6 @@ #include "qt-models/gpslistmodel.h" #include "mobile-widgets/qmlprofile.h" -#define KIRIGAMI_BUILD_TYPE_STATIC #include "mobile-widgets/qml/kirigami/src/kirigamiplugin.h" QObject *qqWindowObject = NULL; |