Nikolaos Ftylitakis bd96c910e9 Merge pull request #6 from sergey-platonov/isnan-fix
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.
2016-10-02 13:55:15 +03:00
..
2016-09-27 15:38:33 +03:00
2016-09-27 15:38:33 +03:00
2016-01-08 22:17:13 +02: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)