summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/scene3d/main.qml1
-rw-r--r--examples/scene3d/scene3d.pro2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/scene3d/main.qml b/examples/scene3d/main.qml
index 210136322..f987f1e26 100644
--- a/examples/scene3d/main.qml
+++ b/examples/scene3d/main.qml
@@ -75,6 +75,7 @@ Item {
anchors.fill: parent
anchors.margins: 10
focus: true
+ aspects: "input"
AnimatedEntity {}
}
diff --git a/examples/scene3d/scene3d.pro b/examples/scene3d/scene3d.pro
index abae485eb..9df4a2bcf 100644
--- a/examples/scene3d/scene3d.pro
+++ b/examples/scene3d/scene3d.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-QT += qml quick
+QT += qml quick 3dinput
SOURCES += \
main.cpp