mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-21 23:28:09 +00:00
zxing::isnan for non-msvc compilers was implemented with c99 function, which is still not fully supported by some compilers (e.g., GCC). Added an implementation for compilers without c++11 or c99 support. And wrapped all related code in #if.
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)