summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qt3d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/qt3d.pro')
-rw-r--r--examples/qt3d/qt3d.pro25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/qt3d/qt3d.pro b/examples/qt3d/qt3d.pro
index 170cab258..360c356eb 100644
--- a/examples/qt3d/qt3d.pro
+++ b/examples/qt3d/qt3d.pro
@@ -4,41 +4,16 @@ SUBDIRS += \
simple-cpp \
3d-text
-# 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 += basicshapes-cpp
- qtHaveModule(quickwidgets): SUBDIRS += widgets-scene3d
}
qtHaveModule(quick) {
- qtHaveModule(multimedia) {
-# SUBDIRS += audio-visualizer-qml
- }
-
SUBDIRS += \
simple-qml \
- shadow-map-qml \
- instanced-arrays-qml \
- planets-qml \
- advancedcustommaterial \
- anaglyph-rendering \
- compute-particles \
- phong-cubes \
- lights \
- controlsunderlay \
simplecustommaterial \
- qardboard \
- pbr-materials \
-# scene2d \ # Restore once Scene2D has been ported to Qt6
multiviewport \
- wireframe \
- wave \
- scene3d \
controls
}