Config.in 671 B

12345678910111213141516171819
  1. config BR2_PACKAGE_QT5GRAPHICALEFFECTS
  2. bool "qt5graphicaleffects"
  3. depends on BR2_PACKAGE_QT5_GL_AVAILABLE
  4. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  5. select BR2_PACKAGE_QT5DECLARATIVE
  6. select BR2_PACKAGE_QT5DECLARATIVE_QUICK
  7. help
  8. Qt is a cross-platform application and UI framework for
  9. developers using C++.
  10. The Qt Graphical Effects module provides a set of QML types
  11. for adding visually impressive and configurable effects to
  12. user interfaces.
  13. http://doc.qt.io/qt-5/qtgraphicaleffects-index.html
  14. comment "qt5graphicaleffects needs an OpenGL-capable backend"
  15. depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
  16. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE