mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-02 06:06:37 +00:00
594b178501
The filter is much more performant than using the QZXing API in an imparative way for the use-case of live-analyzing video frames in QML.
17 lines
297 B
Prolog
17 lines
297 B
Prolog
TEMPLATE = app
|
|
|
|
QT += qml quick widgets multimedia
|
|
|
|
CONFIG += c++11
|
|
|
|
SOURCES += main.cpp
|
|
|
|
RESOURCES += qml.qrc
|
|
|
|
# Additional import path used to resolve QML modules in Qt Creator's code model
|
|
QML_IMPORT_PATH =
|
|
|
|
include(../../src/QZXing.pri)
|
|
|
|
# Default rules for deployment.
|
|
include(deployment.pri) |