summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 17:23:47 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 17:23:47 +0100
commit4d94441b6db8040b4c0dc6c302d3389a1bafffee (patch)
tree7cac90385b0984e02eed63ecd1470bab954db9d7 /qt-mobile
parentb59cdcd4d3110283e84a62c8c4329d02260b0f58 (diff)
downloadsubsurface-4d94441b6db8040b4c0dc6c302d3389a1bafffee.tar.gz
Add new files to the qrc
This adds only the bits from MobileComponent that we already use to the qrc file, including two icons go-next and go-previous (2 simple SVG icons taken from the breeze theme). Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/mobile-resources.qrc55
1 files changed, 36 insertions, 19 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc
index 5d2065e22..d6c0825d4 100644
--- a/qt-mobile/qml/mobile-resources.qrc
+++ b/qt-mobile/qml/mobile-resources.qrc
@@ -1,21 +1,38 @@
<RCC>
- <qresource prefix="/qml">
- <file>main.qml</file>
- <file>TextButton.qml</file>
- <file>Preferences.qml</file>
- <file>DiveList.qml</file>
- <file>DiveDetails.qml</file>
- <file>DownloadFromDiveComputer.qml</file>
- <file>Log.qml</file>
- <file>TopBar.qml</file>
- <file>ThemeTest.qml</file>
- <file>StartPage.qml</file>
- <file alias="Label.qml">components/Label.qml</file>
- <file alias="subsurface-mobile-icon.png">../../icons/subsurface-mobile-icon.png</file>
- </qresource>
- <qresource prefix="/qml/theme">
- <file alias="Theme.qml">theme/Theme.qml</file>
- <file alias="qmldir">theme/qmldir</file>
- <file alias="Units.qml" >theme/Units.qml</file>
- </qresource>
+<qresource prefix="/qml">
+ <file>main.qml</file>
+ <file>TextButton.qml</file>
+ <file>Preferences.qml</file>
+ <file>DiveList.qml</file>
+ <file>DiveDetails.qml</file>
+ <file>DownloadFromDiveComputer.qml</file>
+ <file>Log.qml</file>
+ <file>TopBar.qml</file>
+ <file>ThemeTest.qml</file>
+ <file>StartPage.qml</file>
+ <file>dive.jpg</file>
+ <file alias="Label.qml">components/Label.qml</file>
+ <file alias="subsurface-mobile-icon.png">../../icons/subsurface-mobile-icon.png</file>
+ </qresource>
+ <qresource prefix="/imports">
+ <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/GlobalDrawer.qml">mobilecomponents/GlobalDrawer.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/Icon.qml">mobilecomponents/Icon.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/Heading.qml">mobilecomponents/Heading.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/PageRow.qml">mobilecomponents/PageRow.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/Label.qml">mobilecomponents/Label.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/ListItem.qml">mobilecomponents/ListItem.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/OverlayDrawer.qml">mobilecomponents/OverlayDrawer.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/Theme.qml">mobilecomponents/Theme.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/Units.qml">mobilecomponents/Units.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/private/ActionButton.qml">mobilecomponents/private/ActionButton.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/private/ActionButtonArrow.qml">mobilecomponents/private/ActionButtonArrow.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/private/AbstractDrawer.qml">mobilecomponents/private/AbstractDrawer.qml</file>
+ <file alias="org/kde/plasma/mobilecomponents/private/PageStack.js">mobilecomponents/private/PageStack.js</file>
+ <file alias="org/kde/plasma/mobilecomponents/private/qmldir">mobilecomponents/private/qmldir</file>
+ <file alias="org/kde/plasma/mobilecomponents/icons/go-next.svg">mobilecomponents/icons/go-next.svg</file>
+ <file alias="org/kde/plasma/mobilecomponents/icons/go-previous.svg">mobilecomponents/icons/go-previous.svg</file>
+ </qresource>
</RCC>