Sine Striker
2024-08-11 93bd1cf26cc0ae199060ddaaaf61836e14c0ba4d
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
![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