From 1740ed5e0e765ebd8676733243eb3eaa81f95df1 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周二, 26 12月 2023 17:32:13 +0800
Subject: [PATCH] Fix window visibility inconsistency

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

diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index e801dd2..c00cea0 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -65,7 +65,7 @@
     endif()
 endif()
 
-if(QWINDOWKIT_ENABLE_STYLE_AGENT)
+if(TRUE)
     list(APPEND _src
         style/styleagent.h
         style/styleagent_p.h

--
Gitblit v1.9.1