1config BR2_PACKAGE_QWT 2 bool "qwt" 3 depends on BR2_PACKAGE_QT5 4 select BR2_PACKAGE_QT5BASE_GUI 5 select BR2_PACKAGE_QT5BASE_WIDGETS # printsupport 6 select BR2_PACKAGE_QT5BASE_CONCURRENT 7 help 8 Qwt is a graphics extension to the Qt GUI application 9 framework. It provides a 2D plotting widget and more. 10 11 http://qwt.sourceforge.net/ 12 13if BR2_PACKAGE_QWT 14 15config BR2_PACKAGE_QWT_SVG 16 bool "SVG support" 17 select BR2_PACKAGE_QT5SVG 18 19config BR2_PACKAGE_QWT_MATHML 20 bool "MathML support" 21 22config BR2_PACKAGE_QWT_OPENGL 23 bool "OpenGL support" 24 depends on BR2_PACKAGE_QT5_GL_AVAILABLE 25 select BR2_PACKAGE_QT5BASE_OPENGL 26 select BR2_PACKAGE_QT5BASE_OPENGL_LIB 27 28endif 29