summaryrefslogtreecommitdiffstats
path: root/tests/manual/lod
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2017-02-16 16:15:47 +0100
committerPaul Lemire <paul.lemire@kdab.com>2017-02-23 07:04:13 +0000
commit5b17f3ef636e3b3f33061e635e1117aa8797f821 (patch)
tree7c742ced266b63ef6280e2b4d6f0a55b6c7b2c8d /tests/manual/lod
parente8251833651cf6a63b921eb35bc74d47c9b17d33 (diff)
Fix QML version registration for 5.9 types
Put a couple of the types which ended up wrongly at 2.0 with the other ones. Also applies the decision to go from 2.1 straight to 2.9 to realign the minor version with the Qt one. Will make it easier to manage. Change-Id: I7088b6c493296924a1d313c83107d5755e548ede Task-Id: QTBUG-58890 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/manual/lod')
-rw-r--r--tests/manual/lod/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/lod/main.qml b/tests/manual/lod/main.qml
index 8d9c8722a..d743f2fea 100644
--- a/tests/manual/lod/main.qml
+++ b/tests/manual/lod/main.qml
@@ -49,9 +49,9 @@
****************************************************************************/
import Qt3D.Core 2.0
-import Qt3D.Render 2.2
+import Qt3D.Render 2.9
import Qt3D.Input 2.0
-import Qt3D.Extras 2.2
+import Qt3D.Extras 2.9
import QtQuick 2.0 as QQ2