summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/phong-cubes/phong-cubes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/phong-cubes/phong-cubes.pro')
-rw-r--r--examples/qt3d/phong-cubes/phong-cubes.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/qt3d/phong-cubes/phong-cubes.pro b/examples/qt3d/phong-cubes/phong-cubes.pro
deleted file mode 100644
index e099b336d..000000000
--- a/examples/qt3d/phong-cubes/phong-cubes.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
-
-SOURCE += main.cpp
-
-QT += qml quick 3dcore 3drender 3dinput 3dquick 3dquickextras
-
-OTHER_FILES += \
- main.qml \
- CubeEntity.qml
-
-SOURCES += \
- main.cpp
-
-RESOURCES += \
- phong-cubes.qrc \
- ../exampleresources/textures.qrc