aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/.prev_CMakeLists.txt')
-rw-r--r--examples/quick/scenegraph/.prev_CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/.prev_CMakeLists.txt b/examples/quick/scenegraph/.prev_CMakeLists.txt
index f4e416390a..040945b9e8 100644
--- a/examples/quick/scenegraph/.prev_CMakeLists.txt
+++ b/examples/quick/scenegraph/.prev_CMakeLists.txt
@@ -12,7 +12,7 @@ if(QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR QT_FEATURE_opengles3)
add_subdirectory(textureinthread)
add_subdirectory(twotextureproviders)
endif()
-if(APPLE_OSX)
+if(APPLE_IOS OR APPLE_OSX)
add_subdirectory(metalunderqml)
add_subdirectory(metaltextureimport)
endif()
@@ -21,4 +21,5 @@ if(WIN32)
endif()
if(QT_FEATURE_vulkan)
add_subdirectory(vulkanunderqml)
+ add_subdirectory(vulkantextureimport)
endif()