summaryrefslogtreecommitdiff
path: root/build_patches/UI_CMakeLists.txt.patch
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-18 20:16:00 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-18 20:16:00 +0000
commit47fd7d3d40feb8990a6be4d0bd60be22a43bc1eb (patch)
treeb5bcff1e012a5ef9d3874919baa2be5584f3a42d /build_patches/UI_CMakeLists.txt.patch
parent9cb4e4bd8309a227703b45a01c7fe48f1bf5a487 (diff)
update patches
Diffstat (limited to 'build_patches/UI_CMakeLists.txt.patch')
-rw-r--r--build_patches/UI_CMakeLists.txt.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/build_patches/UI_CMakeLists.txt.patch b/build_patches/UI_CMakeLists.txt.patch
new file mode 100644
index 0000000..6413a2f
--- /dev/null
+++ b/build_patches/UI_CMakeLists.txt.patch
@@ -0,0 +1,13 @@
+diff --git a/UI/CMakeLists.txt b/UI/CMakeLists.txt
+index ad7a0b3a..6e58b166 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)