kqtquickcharts/Add-missing-types-to-qmldir.patch

27 lines
744 B
Diff

From 4e90e87e7522230387c1bdf7b95d8177ea3a7486 Mon Sep 17 00:00:00 2001
From: Antonio Rojas <arojas@archlinux.org>
Date: Wed, 20 Dec 2017 21:09:26 +0100
Subject: Add missing types to qmldir
Otherwise ktouch will refuse to load with Qt 5.10, which seems to be more strict with respect to QML files loading.
Differential Revision: https://phabricator.kde.org/D9436
---
src/qml/qmldir | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/qml/qmldir b/src/qml/qmldir
index 41359d9..780493f 100644
--- a/src/qml/qmldir
+++ b/src/qml/qmldir
@@ -3,4 +3,6 @@
LineChart 0.1 LineChart.qml
LegendItem 0.1 LegendItem.qml
XYChart 0.1 XYChart.qml
+internal Label Label.qml
+internal LineLabel LineLabel.qml
plugin kqtquickcharts
--
cgit v0.11.2