Add visionOS to tool exclusions

Change-Id: Icb46fb8ff2d58323f86c8b4189e608f5d8b12d1e
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tor Arne Vestbø 2024-03-18 22:09:06 +01:00
parent c630895bc3
commit 5cf4099fbf
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if(QT_FEATURE_xmlstreamwriter)
# special case end
endif()
if(NOT (ANDROID OR WASM OR IOS OR rtems))
if(NOT (ANDROID OR WASM OR IOS OR VISIONOS OR rtems))
if(QT_FEATURE_thread)
add_subdirectory(qml)
if(QT_FEATURE_qml_profiler)