summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene3d/scene3d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/scene3d/scene3d.pro')
-rw-r--r--examples/qt3d/scene3d/scene3d.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/qt3d/scene3d/scene3d.pro b/examples/qt3d/scene3d/scene3d.pro
deleted file mode 100644
index 1295d7cce..000000000
--- a/examples/qt3d/scene3d/scene3d.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
-
-QT += qml quick 3dinput
-
-SOURCES += \
- main.cpp
-
-OTHER_FILES += \
- AnimatedEntity.qml \
- main.qml
-
-RESOURCES += \
- scene3d.qrc