From 8dbdb08997960ce43909f5f0c7e46c87f085fcba Mon Sep 17 00:00:00 2001 From: favoritas37 Date: Thu, 16 Jul 2015 22:22:02 +0300 Subject: [PATCH] updated pri file to include widget components and added the renaming of the Encoder to QREncoder --- source/QZXing.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/QZXing.pri b/source/QZXing.pri index 89481b5..0d75c2e 100644 --- a/source/QZXing.pri +++ b/source/QZXing.pri @@ -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 \