Disable Zint barcode backend for zint-2.7.x (#86)

- New zint API is incompatible, may eventually create a compatible backend
This commit is contained in:
Jim Evins
2020-01-18 07:47:26 -05:00
parent 2f331c54dd
commit ac93dc9b2c
+1 -1
View File
@@ -126,7 +126,7 @@ endif ()
find_package (ZLIB 1.2 QUIET) find_package (ZLIB 1.2 QUIET)
find_package (GnuBarcode 0.98 QUIET) find_package (GnuBarcode 0.98 QUIET)
find_package (LibQrencode 3.4 QUIET) find_package (LibQrencode 3.4 QUIET)
find_package (LibZint 2.6 QUIET) find_package (LibZint 2.6 EXACT QUIET)
# Unit testing support # Unit testing support
find_package (Qt5Test 5.4 QUIET) find_package (Qt5Test 5.4 QUIET)