diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-01 23:15:10 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-03 23:06:12 +0100 |
| commit | b8eaeaec8cf4d8bdfbea84d35fbd1e57dfc4ca45 (patch) | |
| tree | 9b1b090356a6b2b71220ff316d6552a490efbe71 /package/qjson/Config.in | |
| parent | ff8c746aba02c4987326ed39c8887e4f4500c412 (diff) | |
| download | buildroot-b8eaeaec8cf4d8bdfbea84d35fbd1e57dfc4ca45.tar.gz buildroot-b8eaeaec8cf4d8bdfbea84d35fbd1e57dfc4ca45.zip | |
qjson: allow building with Qt5
Since commit 18714011b231fc326c96782134fbea778ab6a94d ("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>
Diffstat (limited to 'package/qjson/Config.in')
| -rw-r--r-- | package/qjson/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qjson/Config.in b/package/qjson/Config.in index 2dc2cc405e..0f0cc0983e 100644 --- a/package/qjson/Config.in +++ b/package/qjson/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_QJSON bool "qjson" - depends on BR2_PACKAGE_QT + 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. |

