Skip to Content

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 one transitive dependency:
Host Dependencies:
2 transitive dependencies:

# Dependencies

and one transitive dependency:

# Host Dependencies

and 2 transitive dependencies:

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Anatoly Shirokov's avatar Anatoly Shirokov
  • Alexander Karatarakis's avatar Alexander Karatarakis
  • Robert Schumacher's avatar Robert Schumacher
  • pravic's avatar pravic
  • Stanislav Ershov's avatar Stanislav Ershov
  • Stefano Sinigardi's avatar Stefano Sinigardi
  • NancyLi1013's avatar NancyLi1013
  • Phoebe's avatar Phoebe
  • autoantwort's avatar autoantwort

# Changelog

  • 01ddb47 [libqrencode] fix feature tools (#30103)
  • e7e328c [many ports] call vcpkg_fixup_pkgconfig() (#20953)
  • 8ef3e28 [libuv/librsync/libqrencode] Update to latest release version (#19972)
  • 7339aea [Many ports] Update to the latest version or commit (#13560)
  • 726c111 [vcpkg] fatal_error when patch fails to apply (#8087)
  • 947e0c6 [libqrencode] Remove unnessesary patch, it's in upstream now (#8099)
  • 18b029a [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • 33af90d [many ports] Updates 2019.05.19 (#6524)
  • 0d91589 [libqrencode] Use SOURCE_PATH
  • a0b2767 Added port libqrencode - a fast and compact QR Code encoding library (#2372)

# Source