qzxing/examples/QZXingLive
Nikolaos Ftylitakis 6070e98f38
Add conditional builds in pro (#141)
* 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
2019-10-03 15:56:14 +03:00
..
android update gradle build file to latest android support and gradle tools 2019-04-12 10:28:18 +02:00
icons added higher resolution icons in QZXingLive 2017-03-03 19:02:49 +02:00
Info.plist added Info.plist to allow iOS to use Camera feature 2017-05-11 17:32:23 +03:00
QZXingLive.pro Add conditional builds in pro (#141) 2019-10-03 15:56:14 +03:00
application.cpp Removed qzxing_qml tag from the defaults 2017-03-20 17:23:52 +02:00
application.h Added example with proper handling of Android application permissions for QZXingLive triggered by #22 2017-01-29 17:54:16 +02:00
deployment.pri Added new example project for live decoding in QtQuick 2 (contibution of Luiggi Reffatti from Fira Soft ). Will be examined in the future to embed QZxingFilter implementation to the main implementation fo the library. 2016-09-27 03:06:28 +03:00
main.cpp Added example with proper handling of Android application permissions for QZXingLive triggered by #22 2017-01-29 17:54:16 +02:00
main.qml Add simple FPS counter to QZXingLive example 2017-01-10 13:17:54 +01:00
native.cpp Fixed processing of RGB32 images. Fix inverted y directly at the construction of the image. Fixes issue #27. 2017-03-20 15:11:40 +02:00
native.h Added example with proper handling of Android application permissions for QZXingLive triggered by #22 2017-01-29 17:54:16 +02:00
qml.qrc Added new example project for live decoding in QtQuick 2 (contibution of Luiggi Reffatti from Fira Soft ). Will be examined in the future to embed QZxingFilter implementation to the main implementation fo the library. 2016-09-27 03:06:28 +03:00