SWBF2-Classic-Msh-Viewer/QtMeshViewer/Resources/Resources.qrc

29 lines
830 B
Plaintext
Raw Normal View History

<RCC>
<qresource prefix="/shaders">
<file>fshader.glsl</file>
<file>vshader.glsl</file>
</qresource>
<qresource prefix="/images">
<file>icon.ico</file>
</qresource>
<qresource prefix="/files">
<file>about.txt</file>
2017-01-21 15:33:03 +00:00
<file>StyleSheet.txt</file>
</qresource>
2017-01-09 15:34:54 +00:00
<qresource prefix="/images/toolbar">
<file>placeholder.png</file>
<file>info.png</file>
<file>about.png</file>
<file>open.png</file>
2017-01-11 15:28:51 +00:00
<file>screenshot.png</file>
<file>wireframe.png</file>
2017-01-22 11:25:59 +00:00
<file>light_off.png</file>
<file>light_on.png</file>
<file>solid.png</file>
<file>settings.png</file>
2017-02-04 16:42:44 +00:00
<file>freeCamera.png</file>
<file>orbitalCamera.png</file>
<file>walkCamera.png</file>
2017-01-09 15:34:54 +00:00
</qresource>
</RCC>