summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/lights/lights.pro
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.pro
parent3655c334b0f4a28a1487c918384da50498ef9418 (diff)
Add support for spotlights
Change-Id: I61a4e072c1a2e00cdbcee917aa557e56fb8cb7c0 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/lights/lights.pro')
-rw-r--r--examples/qt3d/lights/lights.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/qt3d/lights/lights.pro b/examples/qt3d/lights/lights.pro
index d1a2c4fea..85fe72c15 100644
--- a/examples/qt3d/lights/lights.pro
+++ b/examples/qt3d/lights/lights.pro
@@ -6,11 +6,13 @@ SOURCE += main.cpp
QT += qml quick 3dcore 3drender 3dinput 3dquick
-OTHER_FILES += main.qml
+OTHER_FILES += main.qml \
+ PlaneEntity.qml
SOURCES += \
main.cpp
RESOURCES += \
lights.qrc \
- ../exampleresources/obj.qrc
+ ../exampleresources/obj.qrc \
+ ../exampleresources/textures.qrc