mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-04 15:14:33 +00:00
updated pri file to include widget components and added the renaming of the Encoder to QREncoder
This commit is contained in:
parent
48d546aaea
commit
8dbdb08997
@ -1,4 +1,4 @@
|
||||
QT += core gui
|
||||
QT += core gui widgets
|
||||
|
||||
greaterThan(QT_VERSION, 4.7): lessThan(QT_VERSION, 5.0): QT += declarative
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += quick
|
||||
@ -238,7 +238,7 @@ SOURCES += $$PWD/CameraImageWrapper.cpp \
|
||||
$$PWD/zxing/bigint/BigIntegerAlgorithms.cc \
|
||||
$$PWD/zxing/bigint/BigInteger.cc \
|
||||
$$PWD/zxing/zxing/qrcode/encoder/ByteMatrix.cpp \
|
||||
$$PWD/zxing/zxing/qrcode/encoder/Encoder.cpp \
|
||||
$$PWD/zxing/zxing/qrcode/encoder/QREncoder.cpp \
|
||||
$$PWD/zxing/zxing/qrcode/encoder/MaskUtil.cpp \
|
||||
$$PWD/zxing/zxing/qrcode/encoder/MatrixUtil.cpp \
|
||||
$$PWD/zxing/zxing/qrcode/encoder/QRCode.cpp \
|
||||
|
Loading…
x
Reference in New Issue
Block a user