mirror of https://github.com/status-im/qzxing.git
80bb1d2190 | ||
---|---|---|
.. | ||
zxing | ||
CMakeLists.txt | ||
CameraImageWrapper.cpp | ||
CameraImageWrapper.h | ||
ImageHandler.cpp | ||
ImageHandler.h | ||
LICENSE | ||
QZXing | ||
QZXing-components.pri | ||
QZXing.cpp | ||
QZXing.h | ||
QZXing.pri | ||
QZXing.pro | ||
QZXingFilter.cpp | ||
QZXingFilter.h | ||
QZXingFilterVideoSink.cpp | ||
QZXingFilterVideoSink.h | ||
QZXingImageProvider.cpp | ||
QZXingImageProvider.h | ||
QZXing_global.h | ||
README.md |
README.md
Qt wrapper library for the ZXing decoding library.
How to use
To compile as dynamic library
qmake src/QZXing.pro make
Include the complete code to your project
In the .pro file of your project add the following line (update the path to point to the correct location of QZXing src): include(../../src/QZXing.pri)