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