summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/lights/lights.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/lights/lights.pro')
-rw-r--r--examples/qt3d/lights/lights.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/qt3d/lights/lights.pro b/examples/qt3d/lights/lights.pro
new file mode 100644
index 000000000..d1a2c4fea
--- /dev/null
+++ b/examples/qt3d/lights/lights.pro
@@ -0,0 +1,16 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+SOURCE += main.cpp
+
+QT += qml quick 3dcore 3drender 3dinput 3dquick
+
+OTHER_FILES += main.qml
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ lights.qrc \
+ ../exampleresources/obj.qrc