aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-05-29 16:10:17 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-06-10 07:18:06 +0200
commitc167fd58c2e02fda3a4afab8dd9029d61b8fefd0 (patch)
tree245ad97f4285ab6ce7c0db3dbc05dc33b5b4e971 /examples
parent367bccf283ff76883c8dc6a173945c70bf9f0360 (diff)
Enable Metal-based scenegraph examples
Change-Id: Ib2734fb10feaac106bb6483a8a361c7b35af3348 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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)