libqrencodev4.1.1
- Updated
libqrencode - a fast and compact QR Code encoding library
- Project website: https://github.com/fukuchi/libqrencode
#Usage
To use libqrencode library in CMakeLists.txt:
find_path(QRENCODE_INCLUDE_DIR NAMES qrencode.h)
find_library(QRENCODE_LIBRARY_RELEASE qrencode)
find_library(QRENCODE_LIBRARY_DEBUG qrencoded)
set(QRENCODE_LIBRARIES optimized ${QRENCODE_LIBRARY_RELEASE} debug ${QRENCODE_LIBRARY_DEBUG})
add_executable(main main.cpp)
target_include_directories(main PRIVATE ${QRENCODE_INCLUDE_DIR})
target_link_libraries(main PRIVATE ${QRENCODE_LIBRARIES})#Supported Platforms
All platforms supported.
#Features
No default features.
#tool
Build qrencode tool
Dependencies:
and 2 transitive dependencies:
getopt-win32 (through getopt)
Platforms:
windows & !mingw- zlib (through libpng)
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through getopt-win32)
- vcpkg-cmake-config (through getopt-win32)
vcpkg-cmake-get-vars (through libpng)
Platforms:
arm & android
#Dependencies
No dependencies.
#Used By
- hanjingo-high-jump (feature
qrcode)
#Host Tool For
No ports use this.
#Contributors
Anatoly Shirokov
Alexander Karatarakis
Robert Schumacher
pravic
Stanislav Ershov
Stefano Sinigardi
NancyLi1013
Phoebe
autoantwort
Seth Flynn