diff options
author | Sebastian Kügler <sebas@kde.org> | 2016-01-06 04:44:26 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2016-01-06 04:44:26 +0100 |
commit | 5d9881b8e1b435b2d2db96d195cdb8cf3c221a84 (patch) | |
tree | e795fd5f751a3de872e26597d3c4a7dad85a36ee /qt-mobile/qml/mobile-resources.qrc | |
parent | 548d6fc956061cd1edb177447cdf07104d92b9c7 (diff) | |
download | subsurface-5d9881b8e1b435b2d2db96d195cdb8cf3c221a84.tar.gz |
adjustments needed for latest mobilecomponents
- flickable is gone, Page now just takes the children items, meaning we
can remove this assignment
- BasicListItem is factored out, and we now need it in our qrc
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/mobile-resources.qrc')
-rw-r--r-- | qt-mobile/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index 8d799f09f..effb112f0 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -22,6 +22,7 @@ <file alias="org/kde/plasma/mobilecomponents/qmldir">mobilecomponents/qmldir</file> <file alias="org/kde/plasma/mobilecomponents/ActionGroup.qml">mobilecomponents/ActionGroup.qml</file> <file alias="org/kde/plasma/mobilecomponents/ApplicationWindow.qml">mobilecomponents/ApplicationWindow.qml</file> + <file alias="org/kde/plasma/mobilecomponents/BasicListItem.qml">mobilecomponents/BasicListItem.qml</file> <file alias="org/kde/plasma/mobilecomponents/GlobalDrawer.qml">mobilecomponents/GlobalDrawer.qml</file> <file alias="org/kde/plasma/mobilecomponents/ContextDrawer.qml">mobilecomponents/ContextDrawer.qml</file> <file alias="org/kde/plasma/mobilecomponents/Page.qml">mobilecomponents/Page.qml</file> |