mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:03:23 +00:00
Init Kirigami resources
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f23c2d8192
commit
44aaab2611
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ void run_ui()
|
||||||
qmlRegisterType<QMLProfile>("org.subsurfacedivelog.mobile", 1, 0, "QMLProfile");
|
qmlRegisterType<QMLProfile>("org.subsurfacedivelog.mobile", 1, 0, "QMLProfile");
|
||||||
|
|
||||||
QQmlApplicationEngine engine;
|
QQmlApplicationEngine engine;
|
||||||
|
|
||||||
|
Q_INIT_RESOURCE(kirigami);
|
||||||
|
|
||||||
KirigamiPlugin::getInstance().registerTypes();
|
KirigamiPlugin::getInstance().registerTypes();
|
||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
// when running the QML UI on a Mac the deployment of the QML Components seems
|
// when running the QML UI on a Mac the deployment of the QML Components seems
|
||||||
|
|
Loading…
Add table
Reference in a new issue