From 55b946f825a688ec52a4298a45df45c3f5b53022 Mon Sep 17 00:00:00 2001 From: Weixuan XIAO Date: Fri, 30 Jul 2021 09:35:39 +0200 Subject: [PATCH] Enable presenter on macOS QML is currently available on macOS after packing in Craft --- plugins/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 540c9f1ea..048b16c3b 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -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)