From cc65c4da6ad762e8648b2ab6a801e07c50922d3d Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周二, 04 2月 2025 21:58:21 +0800 Subject: [PATCH] fix compilation error --- README.md | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 91db452..a90b231 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ 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 + - 濡傛灉鎮ㄧ殑浜у搧浣跨敤浜哘WK锛岃鍛婄煡鎴戜滑銆傛垜浠笇鏈涘湪杩欎釜鑷堪鏂囦欢涓婂睍绀哄畠锛� ## Supported Platforms @@ -42,6 +44,20 @@ | 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 @@ -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