xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5MULTIMEDIA
2*4882a593Smuzhiyun	bool "qt5multimedia"
3*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_GUI
4*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_NETWORK
5*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_OPENGL_LIB if BR2_PACKAGE_QT5BASE_OPENGL
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Qt is a cross-platform application and UI framework for
8*4882a593Smuzhiyun	  developers using C++.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  The Qt Multimedia module provides a rich feature set that
11*4882a593Smuzhiyun	  enables you to easily take advantage of a platform's
12*4882a593Smuzhiyun	  multimedia capabilities such as media playback and the use
13*4882a593Smuzhiyun	  of camera and radio devices.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://doc.qt.io/qt-5/multimediaoverview.html
16