Updated QZXing's URL (port to Qt framework) (#722)

This commit is contained in:
Nikolaos Ftylitakis 2016-12-09 10:39:10 +02:00 committed by Sean Owen
parent 98ed0e1f92
commit 76b4f9628f

View file

@ -48,7 +48,7 @@ library implemented in Java, with ports to other languages.
| Module | Description
| --------------------------------------------------------------- | -----------
| [QZXing](https://sourceforge.net/projects/qzxing) | port to Qt framework
| [QZXing](https://github.com/ftylitak/qzxing) | port to Qt framework
| [zxing-cpp](https://github.com/glassechidna/zxing-cpp) | port to C++ (forked from the [deprecated official C++ port](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/cpp))
| [zxing_cpp.rb](https://github.com/glassechidna/zxing_cpp.rb) | bindings for Ruby (not just JRuby), powered by [zxing-cpp](https://github.com/glassechidna/zxing-cpp)
| [python-zxing](https://github.com/oostendo/python-zxing) | bindings for Python