2013-04-07 11:57:25 +02:00
|
|
|
config BR2_PACKAGE_QT5MULTIMEDIA
|
|
|
|
bool "qt5multimedia"
|
|
|
|
select BR2_PACKAGE_QT5BASE
|
2014-07-19 19:33:23 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
|
|
select BR2_PACKAGE_QT5BASE_NETWORK
|
2016-05-17 13:09:08 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE_OPENGL_LIB if BR2_PACKAGE_QT5BASE_OPENGL
|
2013-04-07 11:57:25 +02:00
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
The Qt Multimedia module provides a rich feature set that
|
|
|
|
enables you to easily take advantage of a platform's multimedia
|
|
|
|
capabilities such as media playback and the use of camera and
|
|
|
|
radio devices.
|
2013-04-07 11:57:25 +02:00
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
http://doc.qt.io/qt-5/multimediaoverview.html
|