xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5webview/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_QT5WEBVIEW
2	bool "qt5webview"
3	depends on BR2_PACKAGE_QT5WEBENGINE
4	help
5	  Qt is a cross-platform application and UI framework for
6	  developers using C++.
7
8	  Qt WebView provides a way to display web content in
9	  a QML application without necessarily including
10	  a full web browser stack by using native APIs where
11	  it makes sense.
12
13	  https://doc.qt.io/qt-5/qtwebview-index.html
14
15comment "qt5webview needs qt5webengine module"
16	depends on !BR2_PACKAGE_QT5WEBENGINE
17