From 93bd1cf26cc0ae199060ddaaaf61836e14c0ba4d Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周日, 11 8月 2024 23:35:40 +0800 Subject: [PATCH] Fix issue #125 --- README.md | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7cf37a2..cfd881a 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,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 +111,7 @@ #### Visual Studio Project - - -First, click the "View" menu, find "Other Windows", click "Property Manager". - - - -Then, right click the project name item and pop up a context menu, click "Add -Existing Property Sheet...". - - - -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