swex / QZXingNu

simple Qt wrapper library for zxing-cpp rewrite by nu-book
Apache License 2.0
8 stars 2 forks source link

Updating ZXing-C++ to the latest version #7

Open tanius opened 4 years ago

tanius commented 4 years ago

Since I just finished updating the ZXing-C++ library dependency for an application where I integrated QZXingNu, I wanted to report my experience to hopefully save you some time doing the same some day.

For updating to nu-book/zxing-cpp commit ed55911 (from 2020-06-19), you would have to:

At that point, builds will work and applications can decode barcodes, but there will be some deprecation warnings in the output. That's because ZXing-C++ has a new interface, demonstrated here for a Qt application and discussed here. I did not yet work that out.