libqrencode v4.1.1
- Created
- Updated
libqrencode - a fast and compact QR Code encoding library
# 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}) # License
Unknown
# Supported Platforms
All platforms are supported
# Features
No default features set.
# tool
Build qrencode tool
Dependencies:
and 2 transitive dependencies:
getopt-win32 (by getopt )
Platforms:
windows & !mingw- zlib (by libpng )
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by getopt-win32 )
- vcpkg-cmake-config (by getopt-win32 )
vcpkg-cmake-get-vars (by libpng )
Platforms:
arm & android
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Anatoly Shirokov
Alexander Karatarakis
Robert Schumacher
pravic
Stanislav Ershov
Stefano Sinigardi
NancyLi1013
Phoebe
autoantwort
Seth Flynn
# Changelog
0d91589[libqrencode] Use SOURCE_PATH