diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-20 02:38:58 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-20 02:56:42 +0100 |
commit | 8ea03e41e063314ea712f4b81db80c2a4cd85c2d (patch) | |
tree | 8b4b37014345cd4004d525adb942c8675c8b2730 /README.md | |
parent | Automatically increase database limits when hit (diff) | |
download | nheko-8ea03e41e063314ea712f4b81db80c2a4cd85c2d.tar.xz |
Switch to KDSingleApplication
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 73f8587d..99561e85 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ KDE has similar plugins, that can extend the supported image types even more. - [libnice](https://gitlab.freedesktop.org/libnice/libnice) - XCB, XCB-EWMH: For screensharing support on X11 and setting window roles. Can be disabled with `-DSCREENSHARE_X11=OFF`. - [qtkeychain](https://github.com/frankosterfeld/qtkeychain) (You need at least version 0.12 for proper Gnome Keychain support. The bundled version requires libsecret, unless you pass `-DLIBSECRET_SUPPORT=OFF`.) +- [KDSingleApplication](https://github.com/KDAB/KDSingleApplication) (1.0 or greater with Qt6 support) - A compiler that supports C++ 20: - Clang 16 (Only clazy 16 is tested in CI) - GCC 11 (tested on Gitlab CI) @@ -276,6 +277,7 @@ The bundle flags are currently: - USE_BUNDLED_COEURL - USE_BUNDLED_LIBCURL - USE_BUNDLED_LIBEVENT +- USE_BUNDLED_KDSINGLEAPPLICATION A note on bundled OpenSSL: You need to explicitly enable it and it will not be using your system certificate directory by default, if you enable it. You need to override that at runtime with the SSL_CERT_FILE variable. On Windows it will still be using your system certificates though, since it loads them from the system store instead of the OpenSSL directory. @@ -442,7 +444,6 @@ Here are some screen shots to get a feel for the UI, but things will probably ch ### Third party -- [Single Application for Qt](https://github.com/itay-grudev/SingleApplication) - [Fluent Icons](https://github.com/microsoft/fluentui-system-icons) [Matrix]:https://matrix.org |