2013-04-08 12:35:48 +02:00
|
|
|
config BR2_PACKAGE_QJSON
|
|
|
|
bool "qjson"
|
2016-07-04 23:26:22 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-11-01 23:15:10 +01:00
|
|
|
depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
|
2013-04-08 12:35:48 +02:00
|
|
|
help
|
|
|
|
QJson is a Qt-based library that maps JSON data to
|
|
|
|
QVariant objects and vice versa.
|
|
|
|
|
|
|
|
http://qjson.sourceforge.net
|
2016-07-04 23:26:22 +02:00
|
|
|
|
|
|
|
comment "qjson needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5
|