diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-08-15 16:51:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-15 16:51:48 -0700 |
commit | 44aaab2611cf1b1269ed398826484d17087812d5 (patch) | |
tree | 0972e9f53898d68a08760245ecbeb9eff3344b5d | |
parent | f23c2d81928dd36304362f8d5b624cf959f304b6 (diff) | |
download | subsurface-44aaab2611cf1b1269ed398826484d17087812d5.tar.gz |
Init Kirigami resources
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | subsurface-mobile-helper.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp index d038336c4..182747547 100644 --- a/subsurface-mobile-helper.cpp +++ b/subsurface-mobile-helper.cpp @@ -37,6 +37,9 @@ void run_ui() qmlRegisterType<QMLProfile>("org.subsurfacedivelog.mobile", 1, 0, "QMLProfile"); QQmlApplicationEngine engine; + + Q_INIT_RESOURCE(kirigami); + KirigamiPlugin::getInstance().registerTypes(); #if __APPLE__ // when running the QML UI on a Mac the deployment of the QML Components seems |