mirror of https://github.com/qt/qt3d.git
Add missing import Qt3D.Extras to wave example
Allows the example to run. Keyboard input not working yet. Change-Id: I2c152ba6b15878e1bbaad865a7147b66a7911e50 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
This commit is contained in:
parent
b9e2228d9a
commit
d25359d0ae
|
|
@ -52,6 +52,7 @@ import QtQuick 2.1 as QQ2
|
|||
import Qt3D.Core 2.0
|
||||
import Qt3D.Render 2.0
|
||||
import Qt3D.Input 2.0
|
||||
import Qt3D.Extras 2.0
|
||||
|
||||
Entity {
|
||||
id: root
|
||||
|
|
|
|||
Loading…
Reference in New Issue