1 config BR2_PACKAGE_QJSON
3 depends on !BR2_STATIC_LIBS
4 depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
6 QJson is a Qt-based library that maps JSON data to
7 QVariant objects and vice versa.
9 http://qjson.sourceforge.net
11 comment "qjson needs a toolchain w/ dynamic library"
12 depends on BR2_STATIC_LIBS
13 depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5