qzxing/examples/QZXingLive/QZXingLive.pro
Milian Wolff 594b178501 Make QZXingFilter "official" by moving it out of the example folder
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.
2017-01-10 13:24:55 +01:00

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)