office-gobmx/external/zxing/README
Taichi Haradaguchi 0ecedeea71 zxing-cpp: upgrade to release 2.2.1
* remove 0001-android-Fix-build-with-NDK-26.patch, which was merged upstream.
* remove DecodeHints from static lib, which according to upstream is not
  needed:
  https://github.com/zxing-cpp/zxing-cpp/issues/685#issuecomment-1853375179
* add a version header for client code
  generate/update via:
  * mkdir build && cd build && cmake ..
  * mv core/ZXVersion.h ../core/src/

Release Notes:
https://github.com/zxing-cpp/zxing-cpp/releases/tag/v2.2.1

Change-Id: Ic4811d4724970c984dd9ed3d59b5204c18aafc6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160528
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-12-23 09:52:25 +01:00

3 lines
169 B
Text

Qr code generation library availaible from [https://github.com/zxing-cpp/zxing-cpp].
Qr code generator to make a QR code out of a provided link or text in LibreOffice.