From e9f790d3533ebaee1f782e91b6e13b2c6375c86a Mon Sep 17 00:00:00 2001
From: SineStriker <55847490+SineStriker@users.noreply.github.com>
Date: 周二, 11 2月 2025 23:06:01 +0800
Subject: [PATCH] AWC: fix window attribute handler

---
 README.md |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 91db452..6c51124 100644
--- a/README.md
+++ b/README.md
@@ -77,13 +77,16 @@
 cd qwindowkit
 
 cmake -B build -S . \
-  -Dqmsetup_DIR=<dir> \ # Optional
+  -Dqmsetup_DIR=<dir> \             # Optional
+  -DQWINDOWKIT_BUILD_QUICK=TRUE \   # Optional
   -DCMAKE_INSTALL_PREFIX=/path/install \
   -G "Ninja Multi-Config"
 
 cmake --build build --target install --config Debug
 cmake --build build --target install --config Release
 ```
+Read the root `CMakeLists.txt` for more build options.
+
 You can also include this directory as a subproject if you choose CMake as your build system.
 
 For other build systems, you need to install with CMake first and include the corresponding configuration files in your project.

--
Gitblit v1.9.1