| | |
| | | |
| | | 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 |
| | | |
| | |
| | | -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. |
| | | |
| | |
| | | |
| | | #### Visual Studio Project |
| | | |
| | | TODO |
| | | See [Visual Studio Guide](./docs/visual-studio-guide.md) for detailed usages. |
| | | |
| | | ## Quick Start |
| | | |