cutter/src/resources.qrc
N. Fontenot f3aba5fdd0 Add icon to the build system output. (#208)
* Add icon to the build system output.
Make newly externally visible icon globally unique.
Compensate for this change in the .desktop and in the AppImage.
2017-09-02 22:48:41 +02:00

90 lines
3.7 KiB
Plaintext

<RCC>
<qresource prefix="/">
<file>img/icons/arrow_left.svg</file>
<file>img/icons/arrow_right.svg</file>
<file>img/icons/sidebar.svg</file>
<file>img/icons/undo.svg</file>
<file>img/icons/redo.svg</file>
<file>img/r2.svg</file>
<file>img/icons/equalizer.svg</file>
<file>img/icons/cog.svg</file>
<file alias="lock">img/icons/lock.svg</file>
<file alias="unlock">img/icons/unlock.svg</file>
<file>img/icons/tabs.svg</file>
<file>img/icons/themes.svg</file>
<file>img/icons/target.svg</file>
<file>img/icons/help.svg</file>
<file>img/icons/spin.svg</file>
<file>img/icons/plus.svg</file>
<file>img/icons/play.svg</file>
<file>img/icons/cloud.svg</file>
<file>img/icons/down.svg</file>
<file>img/icons/down_white.svg</file>
<file>img/icons/up.svg</file>
<file>img/icons/up_white.svg</file>
<file>img/icons/clear_light.svg</file>
<file>img/icons/load_light.svg</file>
<file>img/icons/save_light.svg</file>
<file>img/icons/trash_light.svg</file>
<file>img/icons/disas_light.svg</file>
<file>img/icons/disas_white.svg</file>
<file>img/icons/graph_light.svg</file>
<file>img/icons/graph_white.svg</file>
<file>img/icons/hexdump_light.svg</file>
<file>img/icons/hexdump_white.svg</file>
<file>img/icons/cog_light.svg</file>
<file>img/icons/cog_white.svg</file>
<file>img/icons/new_light.svg</file>
<file>img/icons/run_light.svg</file>
<file>img/icons/edit_light.svg</file>
<file>img/icons/polar_light.svg</file>
<file>img/icons/radar_light.svg</file>
<file>img/icons/polar_white.svg</file>
<file>img/icons/radar_white.svg</file>
<file>img/icons/cloud_white.svg</file>
<file>img/icons/spin_white.svg</file>
<file>img/icons/tabs_white.svg</file>
<file>img/icons/themes_white.svg</file>
<file>img/icons/unlock_white.svg</file>
<file>img/icons/lock_white.svg</file>
<file>img/icons/left_light.svg</file>
<file>img/icons/right_light.svg</file>
<file>img/icons/eye.svg</file>
<file>img/icons/eye_white.svg</file>
<file>img/icons/transfer.svg</file>
<file>img/icons/transfer_white.svg</file>
<file>img/icons/spin_light.svg</file>
<file>img/logo2.png</file>
<file>img/iaito-small.png</file>
<file>img/logo-small-white.png</file>
<file>img/icons/import_light.svg</file>
<file>fonts/Anonymous Pro.ttf</file>
<file>fonts/Inconsolata-Regular.ttf</file>
<file>html/graph.html</file>
<file>html/viz.js</file>
<file>html/Chart.js</file>
<file>html/fcn_graph.html</file>
<file>html/fcn_radar.html</file>
<file>html/bar.html</file>
<file>html/stats.html</file>
<file>html/utils.js</file>
<file>html/radar.html</file>
</qresource>
<qresource prefix="/graph">
<file>html/graph/index.html</file>
<file>html/graph/lib/css/graph.css</file>
<file>html/graph/lib/css/graph_light.css</file>
<file>html/graph/lib/css/graph_dark.css</file>
<file>html/graph/lib/css/joint.min.css</file>
<file>html/graph/lib/js/graph_panel.js</file>
<file>html/graph/lib/js/disasm.js</file>
<file>html/graph/lib/js/joint.js</file>
<file>html/graph/lib/js/joint.layout.DirectedGraph.js</file>
<file>html/graph/lib/js/jquery-1.9.0.js</file>
<file>html/graph/lib/js/r2.js</file>
<file>html/graph/lib/js/r2ui.js</file>
</qresource>
</RCC>