aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/scenegraph/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/scenegraph/CMakeLists.txt b/examples/quick/scenegraph/CMakeLists.txt
index 2024268e1c..58eef63060 100644
--- a/examples/quick/scenegraph/CMakeLists.txt
+++ b/examples/quick/scenegraph/CMakeLists.txt
@@ -10,9 +10,9 @@ if(QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR QT_FEATURE_opengles3)
add_subdirectory(opengltextureinthread)
add_subdirectory(twotextureproviders)
endif()
-if(MACOS)
- # add_subdirectory(metalunderqml) # special case needs fixing
- # add_subdirectory(metaltextureimport) # special case TODO
+if(IOS OR MACOS)
+ add_subdirectory(metalunderqml)
+ add_subdirectory(metaltextureimport)
endif()
if(WIN32)
add_subdirectory(d3d11underqml)