Enable presenter on macOS

QML is currently available on macOS after packing in Craft
This commit is contained in:
Weixuan XIAO 2021-07-30 09:35:39 +02:00
parent ab7b805da1
commit 55b946f825

View file

@ -13,9 +13,7 @@ if(NOT WIN32 AND NOT APPLE)
add_subdirectory(bigscreen)
endif()
if(NOT APPLE)
add_subdirectory(presenter)
endif()
if(NOT SAILFISHOS)
if((WIN32 AND MSVC AND (${CMAKE_SYSTEM_VERSION} VERSION_GREATER_EQUAL 10.0.17763.0)) OR NOT WIN32)