b8eaeaec8c
Since commit 18714011b2
("qjson: bump
version"), qjson can be built either against Qt4 or Qt5. This commit
therefore allows this package to be selected when Qt5 is enabled.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
config BR2_PACKAGE_QJSON
|
|
bool "qjson"
|
|
depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
|
|
help
|
|
QJson is a Qt-based library that maps JSON data to
|
|
QVariant objects and vice versa.
|
|
|
|
http://qjson.sourceforge.net
|