From 524f92a78e106ca9af14daf838e71e96af57310f Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周日, 17 11月 2024 22:22:42 +0800 Subject: [PATCH] Update README --- README.md | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 91db452..94f85e9 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,22 @@ |:-------------------------------:|:---------------------------------:| |  |  | +## 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 | @@ -77,13 +93,16 @@ 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. -- Gitblit v1.9.1