From 9e96ea43436d5ed200c57d6b229cddf9bdf9e55a Mon Sep 17 00:00:00 2001
From: Yuhang Zhao <zhaoyuhang@rankyee.com>
Date: 周一, 10 2月 2025 18:06:41 +0800
Subject: [PATCH] make demo a GUI application in CMake

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

diff --git a/README.md b/README.md
index 91db452..c2e1f9d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@
 You can share your findings, thoughts and ideas on improving / implementing QWindowKit functionalities on more platforms and apps!
 
 - Chat with us on [Discord](https://discord.gg/grrM4Tmesy)
+  - Please inform us if your product uses QWK, we would like to show it on this README!
 - 涓枃鐢ㄦ埛鍙姞鍏� QQ 缇� 876419693
+  - 濡傛灉鎮ㄧ殑浜у搧浣跨敤浜哘WK锛岃鍛婄煡鎴戜滑銆傛垜浠笇鏈涘湪杩欎釜鑷堪鏂囦欢涓婂睍绀哄畠锛�
 
 ## Supported Platforms
 
@@ -77,13 +79,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