ruby: bump version to 2.4.1
[buildroot-gz.git] / package / qjson / Config.in
blob5c423bf317f6714ef2815574524ec363700ce5e0
1 config BR2_PACKAGE_QJSON
2         bool "qjson"
3         depends on !BR2_STATIC_LIBS
4         depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
5         help
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