From 47fd7d3d40feb8990a6be4d0bd60be22a43bc1eb Mon Sep 17 00:00:00 2001 From: uint Date: Thu, 18 Dec 2025 20:16:00 +0000 Subject: update patches --- build_patches/ui_cmake.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 build_patches/ui_cmake.patch (limited to 'build_patches/ui_cmake.patch') diff --git a/build_patches/ui_cmake.patch b/build_patches/ui_cmake.patch deleted file mode 100644 index 12a318f..0000000 --- a/build_patches/ui_cmake.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/UI/CMakeLists.txt b/UI/CMakeLists.txt -index d02cec2d..ce8a1943 100644 ---- a/UI/CMakeLists.txt -+++ b/UI/CMakeLists.txt -@@ -49,6 +49,8 @@ endfunction() - # Select UI Framework - if (ENABLE_QT) - add_subdirectory(Qt) -+elseif (ENABLE_QUARTZ) -+ add_subdirectory(quartz) - elseif (APPLE) - add_subdirectory(AppKit) - elseif(ANDROID) -- cgit v1.2.3