diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-01-16 10:16:29 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-19 12:35:29 -0800 |
commit | ecf3ac12eb7f93e2c0f214af8c1271087df3bac1 (patch) | |
tree | 775b73bd7a4aa64028d35a4094b407787114fe39 /subsurface.qrc | |
parent | 31e26fd14451c84ef4531aaa3b643b10b529a637 (diff) | |
download | subsurface-ecf3ac12eb7f93e2c0f214af8c1271087df3bac1.tar.gz |
mobile/statistics: make icons available in mobile app
They were bundled via the desktop qrc, but they need a shared qrc that
can be used in both apps.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 2a6f91428..462857b88 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -100,15 +100,5 @@ <file alias="gps_good_result-icon">icons/resultgreen.png</file> <file alias="gps_warning_result-icon">icons/resultyellow.png</file> <file alias="gps_bad_result-icon">icons/resultred.png</file> - <file alias="chart-bar-grouped-horizontal-icon">icons/chart_bar_grouped_horizontal.svg</file> - <file alias="chart-bar-grouped-vertical-icon">icons/chart_bar_grouped_vertical.svg</file> - <file alias="chart-bar-stacked-horizontal-icon">icons/chart_bar_stacked_horizontal.svg</file> - <file alias="chart-bar-stacked-vertical-icon">icons/chart_bar_stacked_vertical.svg</file> - <file alias="chart-bar-horizontal-icon">icons/chart_bar_horizontal.svg</file> - <file alias="chart-bar-vertical-icon">icons/chart_bar_vertical.svg</file> - <file alias="chart-box-icon">icons/chart_box.svg</file> - <file alias="chart-pie-icon">icons/chart_pie.svg</file> - <file alias="chart-points-icon">icons/chart_points.svg</file> - <file alias="chart-warning-icon">icons/warning-icon.svg</file> </qresource> </RCC> |