mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
ecf3ac12eb
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>
15 lines
925 B
Text
15 lines
925 B
Text
<RCC>
|
|
<qresource prefix="/">
|
|
<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>
|
|
|