macOS/QuickLook: support rich thumbnail in Finder #107072

Open
Ankit Meel wants to merge 4 commits from ankitm/blender:ankitm/2ql into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 77d6650498 - Show all commits

View File

@ -70,6 +70,7 @@ set(WITH_MEM_JEMALLOC ON CACHE BOOL "" FORCE)
if(APPLE)
set(WITH_COREAUDIO ON CACHE BOOL "" FORCE)
set(WITH_CYCLES_DEVICE_METAL ON CACHE BOOL "" FORCE)
set(WITH_BLENDER_THUMBNAILER ON CACHE BOOL "" FORCE)
endif()
if(WIN32)
set(WITH_WASAPI ON CACHE BOOL "" FORCE)