Skip to content

libqrencodev4.1.1

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

Could not be determined

#Supported Platforms

All platforms supported.

#Features

No default features.

#tool

Build qrencode tool

Dependencies:
and 2 transitive dependencies:
Host Dependencies:
3 transitive dependencies:

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Anatoly Shirokov's avatarAnatoly Shirokov
  • Alexander Karatarakis's avatarAlexander Karatarakis
  • Robert Schumacher's avatarRobert Schumacher
  • pravic's avatarpravic
  • Stanislav Ershov's avatarStanislav Ershov
  • Stefano Sinigardi's avatarStefano Sinigardi
  • NancyLi1013's avatarNancyLi1013
  • Phoebe's avatarPhoebe
  • autoantwort's avatarautoantwort
  • Seth Flynn's avatarSeth Flynn

#Changelog

  • 1fddddc[libqrencode] cleanup dependencies (#48177)
  • 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
  • a0b2767Added port libqrencode - a fast and compact QR Code encoding library (#2372)