mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Revert "Init Kirigami resources"
This reverts commit 44aaab2611
.
We don't need this if we include Kirigami directly into the Subsurface build.
This commit is contained in:
parent
cf4a4dd98b
commit
39d8479549
1 changed files with 0 additions and 3 deletions
|
@ -37,9 +37,6 @@ 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