Add visionOS to tool exclusions
Change-Id: Icb46fb8ff2d58323f86c8b4189e608f5d8b12d1e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
c630895bc3
commit
5cf4099fbf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue