mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-18 05:47:03 +00:00
* first refactoring on QZXing.pri to group sources based on type of barcode and operation * Moved the newly created source code groups of functionalities to separate pri file (QZXing-components.pri). * In QZXing.pri include QZXing-components.pri having previously added as configuration all the available modules to preserve the backward compatibility. * Deactivate parts of code based on the configuration of the pro file. (Work in Progress). * fix compilation error * Fix include issue when only "enable_encoder_qr_code" config is used through QZXing-components.pri Update example projects to use QZXing-components.pri