Config.in 491 B

12345678910111213141516
  1. config 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. Qt WebView provides a way to display web content in
  8. a QML application without necessarily including
  9. a full web browser stack by using native APIs where
  10. it makes sense.
  11. https://doc.qt.io/qt-5/qtwebview-index.html
  12. comment "qt5webview needs qt5webengine module"
  13. depends on !BR2_PACKAGE_QT5WEBENGINE