summaryrefslogtreecommitdiffstats
path: root/tests/manual/video-texture-qml
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2017-01-20 14:27:08 +0200
committerAntti Määttä <antti.maatta@qt.io>2017-02-28 09:48:17 +0000
commit154c3a9b44082a176a9700b5086a7bc758155a25 (patch)
tree0a95efa2fcfe715a861602d0be9dce0d226c6ff1 /tests/manual/video-texture-qml
parent0bb720013d93c34d589c352a53405d8110fa57fe (diff)
Move scene2d to own module and implement conditional plugin loading
- Add quick3dscene2d module - Add importsscene2d qml module - Modify RenderAspect to load plugins conditionally - change autotests to match the module change Change-Id: If6596472acbd9a377561b2bfd2094a0585c781ac Reviewed-by: Antti Määttä <antti.maatta@qt.io>
Diffstat (limited to 'tests/manual/video-texture-qml')
-rw-r--r--tests/manual/video-texture-qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/video-texture-qml/main.qml b/tests/manual/video-texture-qml/main.qml
index 418ec06c4..6a8dff3d5 100644
--- a/tests/manual/video-texture-qml/main.qml
+++ b/tests/manual/video-texture-qml/main.qml
@@ -38,6 +38,7 @@ import Qt3D.Core 2.0
import Qt3D.Render 2.9
import Qt3D.Input 2.0
import QtQuick 2.2 as QQ2
+import QtQuick.Scene2D 2.9
import QtQuick.Window 2.0 as QW2
import Qt3D.Extras 2.0
import QtMultimedia 5.6 as QMM