summaryrefslogtreecommitdiffstats
path: root/examples/materials-cpp/materials-cpp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/materials-cpp/materials-cpp.pro')
-rw-r--r--examples/materials-cpp/materials-cpp.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/materials-cpp/materials-cpp.pro b/examples/materials-cpp/materials-cpp.pro
new file mode 100644
index 000000000..e4d5939bc
--- /dev/null
+++ b/examples/materials-cpp/materials-cpp.pro
@@ -0,0 +1,24 @@
+TEMPLATE = app
+
+QT += 3dcore 3drenderer
+
+include("../exampleresources/exampleresources.pri")
+
+HEADERS += \
+ planeentity.h \
+ forwardrenderer.h \
+ renderableentity.h \
+ trefoilknot.h \
+ barrel.h \
+ rotatingtrefoilknot.h \
+ houseplant.h
+
+SOURCES += \
+ main.cpp \
+ planeentity.cpp \
+ forwardrenderer.cpp \
+ renderableentity.cpp \
+ trefoilknot.cpp \
+ barrel.cpp \
+ rotatingtrefoilknot.cpp \
+ houseplant.cpp