Support libzint >= 2.15 (#225,#222,#186))
- Update libzint support for 2.15 as new baseline version, removing support for earlier versions, avoiding '#ifdef'-hell - Based on #186 --------- Co-authored-by: gitlost <burmartke@gmail.com>
This commit is contained in:
+3
-1
@@ -125,7 +125,9 @@ endif ()
|
||||
find_package (ZLIB 1.2 QUIET)
|
||||
find_package (GnuBarcode 0.98 QUIET)
|
||||
find_package (LibQrencode 3.4 QUIET)
|
||||
find_package (LibZint 2.6 EXACT QUIET)
|
||||
find_package (LibZint 2.15 QUIET)
|
||||
# Unit testing support
|
||||
find_package (Qt5Test 5.6 QUIET)
|
||||
|
||||
|
||||
#=======================================
|
||||
|
||||
Reference in New Issue
Block a user