summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-07-29 11:18:17 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-08-08 09:12:27 +0000
commit6317e02b87eded7bbd4d1b4e79d4f54d00b1afa9 (patch)
treead4268dc4965b9f01f274b52182504beb3634f53 /tests
parent73b9d22674e46e2a57f838488ed9cd1f2e9347ad (diff)
Export QSkeletonLoader and base class to QML
Change-Id: I831e24c74c86d3b22d274423553e93912feb8480 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick3d/3dcore/3dcore.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick3d/3dcore/3dcore.qml b/tests/auto/quick3d/3dcore/3dcore.qml
index b84e46f95..6a6ccd5d0 100644
--- a/tests/auto/quick3d/3dcore/3dcore.qml
+++ b/tests/auto/quick3d/3dcore/3dcore.qml
@@ -45,4 +45,5 @@ Item {
QQ3Core29.Entity {} //Qt3DCore::QEntity, Qt3DCore::Quick::Quick3DEntity
QQ3Core210.Armature {}
+ QQ3Core210.SkeletonLoader {}
}