| | |
| | | |:-------------------------------:|:---------------------------------:| |
| | | |  |  | |
| | | |
| | | ## Products who use QWK |
| | | |
| | | ### Jami |
| | | |
| | |  |
| | | |
| | | [Jami](https://jami.net/) is a free/libre, end-to-end encrypted, and private communication software. |
| | | |
| | | Please refer to [this blog](https://jami.net/whats-new-on-desktop/) which officially announced that Jami uses QWK. |
| | | |
| | | ### Tietie |
| | | |
| | |  |
| | | |
| | | [Tietie](https://tietieapp.com) is a simple and easy to use clipboard management software. Multi-format support, powerful search ability. |
| | | |
| | | ## Requirements |
| | | |
| | | | Component | Requirement | Details | |
| | |
| | | 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. |