summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-11 11:51:00 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-01-11 11:49:46 +0000
commit22bbcd9fe12eb3e261086045033ab3bee9183b34 (patch)
treef8c7267e1494fd1fe6cdc38211c517cc87bfb81c
parent8422eca046937d05da92596345be76e55b354d23 (diff)
Disable the qgltf example to keep the CI running
Change-Id: Ic8383e39f368e293d5d97fe7bb78b435538249af Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--examples/qt3d/qt3d.pro4
1 files changed, 3 insertions, 1 deletions
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 \