From be3c66763ca6130e02b03c3457c6acb6d1137527 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周六, 07 9月 2024 22:11:10 +0800
Subject: [PATCH] Add QQ Group

---
 README.md |   25 ++++++++-----------------
 1 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 7cf37a2..5b96b42 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,12 @@
 
 Feature requests are welcome.
 
-## Join with Us :triangular_flag_on_post:
+## Stay In Touch :triangular_flag_on_post:
 
-You can join our [Discord channel](https://discord.gg/grrM4Tmesy). You can share your findings, thoughts and ideas on improving / implementing FramelessHelper functionalities on more platforms and apps!
+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)
+- 涓枃鐢ㄦ埛鍙姞鍏� QQ 缇� 876419693
 
 ## Supported Platforms
 
@@ -78,8 +81,8 @@
   -DCMAKE_INSTALL_PREFIX=/path/install \
   -G "Ninja Multi-Config"
 
-cmake --build build --target install --config Debug --parallel
-cmake --build build --target install/strip --config Release --parallel
+cmake --build build --target install --config Debug
+cmake --build build --target install --config Release
 ```
 You can also include this directory as a subproject if you choose CMake as your build system.
 
@@ -111,19 +114,7 @@
 
 #### Visual Studio Project
 
-![Visual Studio Guide - Step 1](./docs/images/vs-guide-1.png)
-
-First, click the "View" menu, find "Other Windows", click "Property Manager".
-
-![Visual Studio Guide - Step 2](./docs/images/vs-guide-2.png)
-
-Then, right click the project name item and pop up a context menu, click "Add
-Existing Property Sheet...".
-
-![Visual Studio Guide - Step 3](./docs/images/vs-guide-3.png)
-
-Finally, find the "QWindowKit.props" in the "[Build output folder of
-QWindowKit]\share\QWindowKit" folder, click "Open" button.
+See [Visual Studio Guide](./docs/visual-studio-guide.md) for detailed usages.
 
 ## Quick Start
 

--
Gitblit v1.9.1