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, 15 insertions, 0 deletions
diff --git a/examples/qt3d/scene2d/scene2d.pro b/examples/qt3d/scene2d/scene2d.pro
new file mode 100644
index 000000000..0eb2bf550
--- /dev/null
+++ b/examples/qt3d/scene2d/scene2d.pro
@@ -0,0 +1,15 @@
+!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/*