Zhao Yuhang
2025-05-30 a4d0b98d40d0f740742e393db774ee53302ec64c
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.
@@ -77,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 \