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:
getopt
Platforms:
windows
and one transitive dependency:
getopt-win32 (by getopt )
Platforms:
windows & !mingw
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by getopt-win32 )
- vcpkg-cmake-config (by getopt-win32 )
# Dependencies
# Host Dependencies
and 2 transitive dependencies:
- vcpkg-cmake-config (by libpng )
vcpkg-cmake-get-vars (by libpng )
Platforms:
arm & android
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Anatoly Shirokov
- Alexander Karatarakis
- Robert Schumacher
- pravic
- Stanislav Ershov
- Stefano Sinigardi
- NancyLi1013
- Phoebe
- autoantwort
# Changelog
0d91589
[libqrencode] Use SOURCE_PATH