Files

10 lines
249 B
Plaintext
Raw Permalink Normal View History

2024-07-28 16:07:08 +08:00
menuconfig QRENCODE_COMPONENT_ENABLED
bool "Enable qrencode_component"
default n
config QRENCODE_COMPONENT_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on QRENCODE_COMPONENT_ENABLED