diff options
author | Paul Lemire <paul.lemire350@gmail.com> | 2015-12-05 18:05:39 +0100 |
---|---|---|
committer | Sean Harmer <sean.harmer@kdab.com> | 2015-12-07 19:07:22 +0000 |
commit | a48bf6131e07efc178d4175df7eee9704ca97826 (patch) | |
tree | 5f1825813ab77bcc8860dfda947c3cc4d1b70d93 /examples/qt3d/simple-qml/simple-qml.pro | |
parent | db9571c4d1625da730e6055f8c1f9ff6f4cfd414 (diff) |
simple-qml: CameraController implementation using the new Input API
Change-Id: I934a2b3b96db2be8d582059651338b69c4175320
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/simple-qml/simple-qml.pro')
-rw-r--r-- | examples/qt3d/simple-qml/simple-qml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/simple-qml/simple-qml.pro b/examples/qt3d/simple-qml/simple-qml.pro index 7eb857a32..8abb2b301 100644 --- a/examples/qt3d/simple-qml/simple-qml.pro +++ b/examples/qt3d/simple-qml/simple-qml.pro @@ -2,7 +2,7 @@ error( "Couldn't find the examples.pri file!" ) } -QT += 3dcore 3drender 3dinput 3dquick qml quick +QT += 3dcore 3drender 3dinput 3dquick 3dlogic qml quick SOURCES += \ main.cpp |