aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/scenegraph/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/scenegraph/CMakeLists.txt b/examples/quick/scenegraph/CMakeLists.txt
index 32f5152235..c868b34938 100644
--- a/examples/quick/scenegraph/CMakeLists.txt
+++ b/examples/quick/scenegraph/CMakeLists.txt
@@ -14,11 +14,11 @@ if(QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR QT_FEATURE_opengles3)
endif()
if(APPLE_OSX)
add_subdirectory(metalunderqml)
- # add_subdirectory(metaltextureimport) special case TODO
+ # add_subdirectory(metaltextureimport) # special case TODO
endif()
if(WIN32)
add_subdirectory(d3d11underqml)
endif()
if(QT_FEATURE_vulkan)
- add_subdirectory(vulkanunderqml)
+ #add_subdirectory(vulkanunderqml) # special case not yet converted
endif()