summaryrefslogtreecommitdiff
path: root/package/qwt
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2016-03-29 14:18:55 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-29 15:02:08 +0200
commita013afae45f131401348d51233e2066c158185cc (patch)
treeb782cb00b24f3763430c89d80f1e5ec5dbe671a5 /package/qwt
parent70aad996b7f7fb11a6b00ee151b528e90b692834 (diff)
qwt: needs qt5 widgets/printsupport
Fixes [1]: Project ERROR: Unknown module(s) in QT: printsupport [1] http://autobuild.buildroot.net/results/b9a/b9adbc61922c89ad7a0e5dd13cd2ce3bde864ede Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qwt')
-rw-r--r--package/qwt/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qwt/Config.in b/package/qwt/Config.in
index 04b6922fb..3f5450954 100644
--- a/package/qwt/Config.in
+++ b/package/qwt/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_QWT
depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
select BR2_PACKAGE_QT_GUI_MODULE if BR2_PACKAGE_QT
select BR2_PACKAGE_QT5BASE_GUI if BR2_PACKAGE_QT5
+ select BR2_PACKAGE_QT5BASE_WIDGETS if BR2_PACKAGE_QT5 # printsupport
select BR2_PACKAGE_QT5BASE_CONCURRENT if BR2_PACKAGE_QT5
help
Qwt is a graphics extension to the Qt GUI application