From 326b23bf678301a72cb9d67ac64347dd5ce49a37 Mon Sep 17 00:00:00 2001
From: Yuhang Zhao <zhaoyuhang@rankyee.com>
Date: 周一, 18 12月 2023 14:27:11 +0800
Subject: [PATCH] optimize mac again

---
 src/core/CMakeLists.txt |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 718d862..88d350b 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -4,7 +4,6 @@
 )
 
 set(_src
-    qwkcoreglobal.h
     qwkglobal.h
     qwkglobal_p.h
     windowagentbase.h
@@ -43,7 +42,6 @@
         contexts/qtwindowcontext_p.h
         contexts/qtwindowcontext.cpp
     )
-    list(APPEND _defines_private QWINDOWKIT_FORCE_QT_WINDOW_CONTEXT)
 else()
     if(WIN32)
         list(APPEND _src

--
Gitblit v1.9.1