ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
621 stars 340 forks source link

src: Support Ubuntu Touch in QZXingFilter #221

Closed fredldotme closed 2 years ago

fredldotme commented 2 years ago

With qtubuntu-camera gaining basic viewfinder mapping support it is possible to make use of QZXingFilter in Ubuntu Touch apps.

Consumers of the library may either use 'CONFIG+=ubports' in their qmake projects, or define Q_OS_UBUNTUTOUCH themselves when using CMake since QZXing can easily be built as a subproject.

Fixes: https://github.com/ftylitak/qzxing/issues/203