mirror of https://github.com/qt/qt3d.git
15 lines
505 B
Plaintext
15 lines
505 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>main.qml</file>
|
|
<file>ComputeFrameGraph.qml</file>
|
|
<file>ComputeMaterial.qml</file>
|
|
<file>ParticlesScene.qml</file>
|
|
<file>shaders/gl43/particles.frag</file>
|
|
<file>shaders/gl43/particles.vert</file>
|
|
<file>shaders/gl43/particles.comp</file>
|
|
<file>shaders/gl45/particles.frag</file>
|
|
<file>shaders/gl45/particles.vert</file>
|
|
<file>shaders/gl45/particles.comp</file>
|
|
</qresource>
|
|
</RCC>
|