sola.lu
2025-06-06 9dcea027f16c4ce5852da3dfc8aca284c582bd7d
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.
@@ -12,9 +11,7 @@
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
  - 如果您的产品使用了QWK,请告知我们。我们希望在这个自述文件上展示它!
## Supported Platforms
@@ -79,6 +76,7 @@
cd qwindowkit
cmake -B build -S . \
  -DCMAKE_PREFIX_PATH=<QT_DIR> \
  -Dqmsetup_DIR=<dir> \             # Optional
  -DQWINDOWKIT_BUILD_QUICK=TRUE \   # Optional
  -DCMAKE_INSTALL_PREFIX=/path/install \