summaryrefslogtreecommitdiffstats
path: root/examples/qt3d
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d')
-rw-r--r--examples/qt3d/qgltf/Wine.qml2
-rw-r--r--examples/qt3d/qt3d.pro4
2 files changed, 4 insertions, 2 deletions
diff --git a/examples/qt3d/qgltf/Wine.qml b/examples/qt3d/qgltf/Wine.qml
index 4fab28479..b24e9de3f 100644
--- a/examples/qt3d/qgltf/Wine.qml
+++ b/examples/qt3d/qgltf/Wine.qml
@@ -54,7 +54,7 @@ Entity {
},
SceneLoader
{
- source: "qrc:/models/wine.gltf"
+ source: "qrc:/models/wine.qgltf"
}
]
}
diff --git a/examples/qt3d/qt3d.pro b/examples/qt3d/qt3d.pro
index afa4cce79..829eb2789 100644
--- a/examples/qt3d/qt3d.pro
+++ b/examples/qt3d/qt3d.pro
@@ -44,9 +44,11 @@ SUBDIRS += \
instanced-arrays-qml \
picking-qml \
transforms-qml \
- qgltf \
lights
+# qmake seems to break in some CI configurations, disable this for now
+#SUBDIRS += qgltf
+
# TODO Port the old examples to new APIs
#SUBDIRS += qt3d
qtHaveModule(widgets): SUBDIRS += assimp-cpp \