summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro')
-rw-r--r--examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro b/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro
deleted file mode 100644
index 90a6c4a03..000000000
--- a/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TEMPLATE = app
-
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
-
-QT += qml quick
-CONFIG += c++11
-
-SOURCES += main.cpp
-
-RESOURCES += qml.qrc \
- models.qrc \
- textures.qrc \
- shaders.qrc
-