summaryrefslogtreecommitdiff
path: root/tests/manual/advancedcustommaterial/advancedcustommaterial.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/advancedcustommaterial/advancedcustommaterial.pro')
-rw-r--r--tests/manual/advancedcustommaterial/advancedcustommaterial.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/manual/advancedcustommaterial/advancedcustommaterial.pro b/tests/manual/advancedcustommaterial/advancedcustommaterial.pro
deleted file mode 100644
index 90a6c4a03..000000000
--- a/tests/manual/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
-