mirror of https://github.com/status-im/qzxing.git
22 lines
354 B
Prolog
22 lines
354 B
Prolog
TEMPLATE = app
|
|
|
|
QT += qml quick widgets multimedia
|
|
|
|
CONFIG += c++11
|
|
|
|
SOURCES += main.cpp \
|
|
QZXingFilter.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)
|
|
|
|
HEADERS += \
|
|
QZXingFilter.h
|