2016-02-20 13:42:46 +01:00
|
|
|
comment "qwt needs a toolchain not affected by Binutils bug 19405"
|
|
|
|
depends on BR2_PACKAGE_QT && BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405
|
|
|
|
|
2012-06-02 08:14:00 +02:00
|
|
|
config BR2_PACKAGE_QWT
|
|
|
|
bool "qwt"
|
2016-02-20 13:42:46 +01:00
|
|
|
depends on (BR2_PACKAGE_QT && !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405) || \
|
|
|
|
BR2_PACKAGE_QT5
|
2016-03-24 21:19:50 +01:00
|
|
|
select BR2_PACKAGE_QT_GUI_MODULE if BR2_PACKAGE_QT
|
2016-03-24 21:19:51 +01:00
|
|
|
select BR2_PACKAGE_QT5BASE_GUI if BR2_PACKAGE_QT5
|
2016-03-29 14:18:55 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE_WIDGETS if BR2_PACKAGE_QT5 # printsupport
|
2016-03-24 21:19:51 +01:00
|
|
|
select BR2_PACKAGE_QT5BASE_CONCURRENT if BR2_PACKAGE_QT5
|
2012-06-02 08:14:00 +02:00
|
|
|
help
|
|
|
|
Qwt is a graphics extension to the Qt GUI application
|
|
|
|
framework. It provides a 2D plotting widget and more.
|
|
|
|
|
2013-01-28 06:35:11 +01:00
|
|
|
http://qwt.sourceforge.net/
|
2012-06-02 08:14:00 +02:00
|
|
|
|
|
|
|
if BR2_PACKAGE_QWT
|
|
|
|
|
|
|
|
config BR2_PACKAGE_QWT_SVG
|
|
|
|
bool "SVG support"
|
2016-03-24 21:19:50 +01:00
|
|
|
select BR2_PACKAGE_QT_SVG if BR2_PACKAGE_QT
|
2016-03-24 21:19:51 +01:00
|
|
|
select BR2_PACKAGE_QT5SVG if BR2_PACKAGE_QT5
|
2012-06-02 08:14:00 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QWT_MATHML
|
|
|
|
bool "MathML support"
|
|
|
|
|
2014-09-15 13:29:02 +02:00
|
|
|
config BR2_PACKAGE_QWT_OPENGL
|
|
|
|
bool "OpenGL support"
|
2016-03-25 10:49:23 +01:00
|
|
|
depends on (BR2_PACKAGE_HAS_LIBGLES && BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_QT) || \
|
2016-03-24 21:19:51 +01:00
|
|
|
(BR2_PACKAGE_QT5_GL_AVAILABLE && BR2_PACKAGE_QT5)
|
2016-06-13 20:23:14 +02:00
|
|
|
select BR2_PACKAGE_QT_OPENGL if BR2_PACKAGE_QT
|
2016-03-24 21:19:51 +01:00
|
|
|
select BR2_PACKAGE_QT5BASE_OPENGL_LIB if BR2_PACKAGE_QT5
|
2014-09-15 13:29:02 +02:00
|
|
|
|
2012-06-02 08:14:00 +02:00
|
|
|
endif
|