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.pro29
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/qt3d/materials-cpp/materials-cpp.pro b/examples/qt3d/materials-cpp/materials-cpp.pro
deleted file mode 100644
index 326feca75..000000000
--- a/examples/qt3d/materials-cpp/materials-cpp.pro
+++ /dev/null
@@ -1,29 +0,0 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
-
-QT += 3dcore 3drender 3dinput 3dextras
-
-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
-
-RESOURCES += \
- ../exampleresources/chest.qrc \
- ../exampleresources/houseplants.qrc \
- ../exampleresources/metalbarrel.qrc \
- ../exampleresources/obj.qrc \
- ../exampleresources/textures.qrc