summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene2d/scene2d.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-04-28 12:11:25 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2017-05-09 08:59:38 +0000
commitf516fab44ea9c548485e9e9e5cd58c5c8a1da3e0 (patch)
tree08a5157048d5f9cd368a6cff7526e7bc945ff770 /examples/qt3d/scene2d/scene2d.pro
parent337bc59bb3a162d1a64b05d1dc82b5ec4b99049d (diff)
Add scene 2d example to showcase new feature
Change-Id: Ife2ead8fc2f0e0cb6dea18f8a74593847e25ff98 Reviewed-by: Antti Määttä <antti.maatta@qt.io>
Diffstat (limited to 'examples/qt3d/scene2d/scene2d.pro')
-rw-r--r--examples/qt3d/scene2d/scene2d.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/qt3d/scene2d/scene2d.pro b/examples/qt3d/scene2d/scene2d.pro
new file mode 100644
index 000000000..26ed34ce7
--- /dev/null
+++ b/examples/qt3d/scene2d/scene2d.pro
@@ -0,0 +1,14 @@
+!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