ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
614 stars 338 forks source link

Added slashes to .pro file. #198

Closed Ilya-Songrov closed 3 years ago

Ilya-Songrov commented 3 years ago

Added slashes to .pro file. When you uncomment "static" line the build will work correct.

ftylitak commented 3 years ago

Hello @Ilya-Songrov

I was not sure if a slash was allowed at the end of the last element at the CONFIG though it seems that I is perfectly alright.

Thanks.

Ilya-Songrov commented 3 years ago

I looked at qt projects and couldn't find them doing that. I've personally always done this and it worked well.