summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/materials/materials.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/materials/materials.pro')
-rw-r--r--examples/qt3d/materials/materials.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/qt3d/materials/materials.pro b/examples/qt3d/materials/materials.pro
new file mode 100644
index 000000000..23d4d38a8
--- /dev/null
+++ b/examples/qt3d/materials/materials.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+
+QT += 3dcore 3drenderer 3dinput 3dquick qml quick
+
+include("../exampleresources/exampleresources.pri")
+
+HEADERS += \
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES += \
+ main.qml \
+ *.qml \
+ HousePlant.qml
+
+RESOURCES += \
+ materials.qrc