mirror of https://github.com/status-im/qzxing.git
updated project files with Array.h removed
This commit is contained in:
parent
c5df09111f
commit
d3578904e2
|
@ -62,7 +62,6 @@ HEADERS += $$PWD/QZXing_global.h \
|
||||||
$$PWD/zxing/zxing/common/BitSource.h \
|
$$PWD/zxing/zxing/common/BitSource.h \
|
||||||
$$PWD/zxing/zxing/common/BitMatrix.h \
|
$$PWD/zxing/zxing/common/BitMatrix.h \
|
||||||
$$PWD/zxing/zxing/common/BitArray.h \
|
$$PWD/zxing/zxing/common/BitArray.h \
|
||||||
$$PWD/zxing/zxing/common/Array.h \
|
|
||||||
$$PWD/zxing/zxing/common/detector/MathUtils.h \
|
$$PWD/zxing/zxing/common/detector/MathUtils.h \
|
||||||
$$PWD/zxing/zxing/common/detector/JavaMath.h \
|
$$PWD/zxing/zxing/common/detector/JavaMath.h \
|
||||||
$$PWD/zxing/zxing/common/detector/WhiteRectangleDetector.h \
|
$$PWD/zxing/zxing/common/detector/WhiteRectangleDetector.h \
|
||||||
|
|
|
@ -61,7 +61,6 @@ SET(AZTEC_DIR
|
||||||
|
|
||||||
SET(COMMON_DIR
|
SET(COMMON_DIR
|
||||||
|
|
||||||
${ZXING_DIR}/common/Array.h
|
|
||||||
${ZXING_DIR}/common/BitArray.cpp
|
${ZXING_DIR}/common/BitArray.cpp
|
||||||
${ZXING_DIR}/common/BitArray.h
|
${ZXING_DIR}/common/BitArray.h
|
||||||
${ZXING_DIR}/common/BitArrayIO.cpp
|
${ZXING_DIR}/common/BitArrayIO.cpp
|
||||||
|
|
Loading…
Reference in New Issue