summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/lights/lights.qrc
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-12-07 14:20:01 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-12-09 13:53:23 +0000
commit94f3df1aacab5853d09e79596eb3bdae3aecae0a (patch)
tree4db06240d22462becc9ad5b499926aa11316b88d /examples/qt3d/lights/lights.qrc
parent3655c334b0f4a28a1487c918384da50498ef9418 (diff)
Add support for spotlights
Change-Id: I61a4e072c1a2e00cdbcee917aa557e56fb8cb7c0 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/lights/lights.qrc')
-rw-r--r--examples/qt3d/lights/lights.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qt3d/lights/lights.qrc b/examples/qt3d/lights/lights.qrc
index 5f6483ac3..caa3f2d28 100644
--- a/examples/qt3d/lights/lights.qrc
+++ b/examples/qt3d/lights/lights.qrc
@@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
+ <file>PlaneEntity.qml</file>
</qresource>
</RCC>