culturered_client/PhotoDisplay/qzxing
2024-09-07 11:34:44 +08:00
..
zxing 首次提交代码 2024-09-07 11:34:44 +08:00
CameraImageWrapper.cpp 首次提交代码 2024-09-07 11:34:44 +08:00
CameraImageWrapper.h 首次提交代码 2024-09-07 11:34:44 +08:00
CMakeLists.txt 首次提交代码 2024-09-07 11:34:44 +08:00
ImageHandler.cpp 首次提交代码 2024-09-07 11:34:44 +08:00
ImageHandler.h 首次提交代码 2024-09-07 11:34:44 +08:00
LICENSE 首次提交代码 2024-09-07 11:34:44 +08:00
QZXing 首次提交代码 2024-09-07 11:34:44 +08:00
QZXing_global.h 首次提交代码 2024-09-07 11:34:44 +08:00
QZXing-components.pri 首次提交代码 2024-09-07 11:34:44 +08:00
QZXing.cpp 首次提交代码 2024-09-07 11:34:44 +08:00
QZXing.h 首次提交代码 2024-09-07 11:34:44 +08:00
QZXing.pri 首次提交代码 2024-09-07 11:34:44 +08:00
QZXing.pro 首次提交代码 2024-09-07 11:34:44 +08:00
README.md 首次提交代码 2024-09-07 11:34:44 +08:00

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)