chore:add qr code support for login

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-12-31 17:25:44 +02:00
parent 564f120c22
commit cb591ba52e
15 changed files with 138 additions and 21 deletions

View File

@@ -99,6 +99,14 @@ Canonical implementation of the murmur2 hash, taken from [SMHasher](https://gith
Public domain (the author disclaimed the copyright).
## qt-qrcodegenerator
A simple library for generating QR codes
See [github repo](https://github.com/nayuki/QR-Code-generator).
MIT
## quazip
A zip manipulation library.