| | |
| | | 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 |
| | | |
| | |
| | | | macOS | Linux (Ubuntu 20.04) | |
| | | |:-------------------------------:|:---------------------------------:| |
| | | |  |  | |
| | | |
| | | ## Products who use QWK |
| | | |
| | | ### Jami |
| | | |
| | |  |
| | | |
| | | [Jami](https://jami.net/) is a free/libre, end-to-end encrypted, and private communication software. |
| | | |
| | | ### Tietie |
| | | |
| | |  |
| | | |
| | | [Tietie](https://tietieapp.com) is a simple and easy to use clipboard management software. Multi-format support, powerful search ability. |
| | | |
| | | ## Requirements |
| | | |
| | |
| | | cd qwindowkit |
| | | |
| | | cmake -B build -S . \ |
| | | -Dqmsetup_DIR=<dir> \ # Optional |
| | | -Dqmsetup_DIR=<dir> \ # Optional |
| | | -DQWINDOWKIT_BUILD_QUICK=TRUE \ # Optional |
| | | -DCMAKE_INSTALL_PREFIX=/path/install \ |
| | | -G "Ninja Multi-Config" |
| | | |
| | | cmake --build build --target install --config Debug |
| | | cmake --build build --target install --config Release |
| | | ``` |
| | | Read the root `CMakeLists.txt` for more build options. |
| | | |
| | | You can also include this directory as a subproject if you choose CMake as your build system. |
| | | |
| | | For other build systems, you need to install with CMake first and include the corresponding configuration files in your project. |