summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 22:30:28 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 22:31:23 -0500
commit7d62ce5295570f1aa3af09c6f4d89d1f9d5c2c62 (patch)
treee49dd8374e15dcea54d399229b783a3b2cec4741
parent9b1d142f3a75c39ca65e7ccdf5d1716d9e3936fd (diff)
downloadsubsurface-7d62ce5295570f1aa3af09c6f4d89d1f9d5c2c62.tar.gz
QML UI: add an "add" icon
Again, proudly borrowing from the breeze icon set. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-mobile/qml/mobile-resources.qrc1
-rwxr-xr-xscripts/mobilecomponents.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc
index a7d0013cf..9931173b7 100644
--- a/qt-mobile/qml/mobile-resources.qrc
+++ b/qt-mobile/qml/mobile-resources.qrc
@@ -60,5 +60,6 @@
<file alias="org/kde/kirigami/icons/application-menu.svg">kirigami/icons/application-menu.svg</file>
<file alias="org/kde/kirigami/icons/gps.svg">kirigami/icons/gps.svg</file>
<file alias="org/kde/kirigami/icons/trash-empty.svg">kirigami/icons/trash-empty.svg</file>
+ <file alias="org/kde/kirigami/icons/list-add.svg">kirigami/icons/list-add.svg</file>
</qresource>
</RCC>
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index 7300ca2bd..7f589309c 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -65,5 +65,6 @@ cp $BREEZE/icons/actions/16/view-readermode.svg $MC/icons
cp $BREEZE/icons/actions/24/application-menu.svg $MC/icons
cp $BREEZE/icons/actions/22/gps.svg $MC/icons
cp $BREEZE/icons/actions/24/trash-empty.svg $MC/icons
+cp $BREEZE/icons/actions/24/list-add.svg $MC/icons
echo org.kde.plasma.kirigami synced from upstream