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