2
1

Config.in 572 B

12345678910111213141516
  1. config BR2_PACKAGE_QT5MULTIMEDIA
  2. bool "qt5multimedia"
  3. select BR2_PACKAGE_QT5BASE
  4. select BR2_PACKAGE_QT5BASE_GUI
  5. select BR2_PACKAGE_QT5BASE_NETWORK
  6. select BR2_PACKAGE_QT5BASE_OPENGL_LIB if BR2_PACKAGE_QT5BASE_OPENGL
  7. help
  8. Qt is a cross-platform application and UI framework for
  9. developers using C++.
  10. The Qt Multimedia module provides a rich feature set that
  11. enables you to easily take advantage of a platform's multimedia
  12. capabilities such as media playback and the use of camera and
  13. radio devices.
  14. http://doc.qt.io/qt-5/multimediaoverview.html