From ac1a62b2a76e4d15e412b9579b80da2dafbc6d6a Mon Sep 17 00:00:00 2001
From: SineStriker <55847490+SineStriker@users.noreply.github.com>
Date: 周一, 19 5月 2025 15:38:12 +0800
Subject: [PATCH] Update qmsetup

---
 README.md |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 91db452..2f100c5 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@
 
 Cross-platform window customization framework for Qt Widgets and Qt Quick.
 
-This project inherited most of [wangwenx190 FramelessHelper](https://github.com/wangwenx190/framelesshelper)
-implementation, with a complete refactoring and upgrading of the architecture.
+This project inherited the major implementations from [wangwenx190 FramelessHelper](https://github.com/wangwenx190/framelesshelper), with a complete refactoring and upgrading of the architecture.
 
 Feature requests are welcome.
 
@@ -77,13 +76,17 @@
 cd qwindowkit
 
 cmake -B build -S . \
-  -Dqmsetup_DIR=<dir> \ # Optional
+  -DCMAKE_PREFIX_PATH=<QT_DIR> \
+  -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