mirror of https://github.com/status-im/qzxing.git
Added slashes to .pro file. When you uncomment static line the build will work correct.
This commit is contained in:
parent
6b2b5a4e05
commit
172ce90ffd
|
@ -20,10 +20,10 @@ CONFIG += \
|
||||||
enable_decoder_data_matrix \
|
enable_decoder_data_matrix \
|
||||||
enable_decoder_aztec \
|
enable_decoder_aztec \
|
||||||
enable_decoder_pdf17 \
|
enable_decoder_pdf17 \
|
||||||
enable_encoder_qr_code
|
enable_encoder_qr_code \
|
||||||
#staticlib
|
#staticlib \
|
||||||
#qzxing_qml
|
#qzxing_qml \
|
||||||
#qzxing_multimedia
|
#qzxing_multimedia \
|
||||||
|
|
||||||
VERSION = 2.3
|
VERSION = 2.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue