diff options
Diffstat (limited to 'package/qt5')
-rw-r--r-- | package/qt5/qt53d/Config.in | 3 | ||||
-rw-r--r-- | package/qt5/qt5base/Config.in | 19 | ||||
-rw-r--r-- | package/qt5/qt5charts/Config.in | 3 | ||||
-rw-r--r-- | package/qt5/qt5multimedia/Config.in | 6 | ||||
-rw-r--r-- | package/qt5/qt5webkit/Config.in | 9 |
5 files changed, 23 insertions, 17 deletions
diff --git a/package/qt5/qt53d/Config.in b/package/qt5/qt53d/Config.in index f776da2c87..c7f41270a5 100644 --- a/package/qt5/qt53d/Config.in +++ b/package/qt5/qt53d/Config.in @@ -16,7 +16,8 @@ config BR2_PACKAGE_QT53D This module was in tech preview in Qt 5.6, and promoted to a core module in Qt 5.7.0. - Enable the assimp package to gain the assimp sceneparser plugin. + Enable the assimp package to gain the assimp sceneparser + plugin. http://doc.qt.io/qt-5/qt3d-index.html diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in index dc56474bbb..b5755e2b9c 100644 --- a/package/qt5/qt5base/Config.in +++ b/package/qt5/qt5base/Config.in @@ -170,8 +170,9 @@ config BR2_PACKAGE_QT5BASE_OPENGL_LIB bool "opengl module" select BR2_PACKAGE_QT5BASE_WIDGETS help - This option enables the Qt5OpenGL library. This library includes - OpenGL support classes provided to ease porting from Qt 4.x. + This option enables the Qt5OpenGL library. This library + includes OpenGL support classes provided to ease porting + from Qt 4.x. endif @@ -211,12 +212,14 @@ config BR2_PACKAGE_QT5BASE_DEFAULT_QPA string "Default graphical platform" help Choose the default platform abstraction to use for graphical - applications (e.g xcb, linuxfb, eglfs, ...). If this is empty, the - default for your architecture will be used (usually this is eglfs). - - You can get a list of supported platforms by running a Qt application - with the option "-platform help" on your target. You can choose a - different platform at runtime with the -platform option. + applications (e.g xcb, linuxfb, eglfs, ...). If this is + empty, the default for your architecture will be used + (usually this is eglfs). + + You can get a list of supported platforms by running a Qt + application with the option "-platform help" on your + target. You can choose a different platform at runtime with + the -platform option. config BR2_PACKAGE_QT5BASE_PRINTSUPPORT depends on BR2_PACKAGE_QT5BASE_WIDGETS diff --git a/package/qt5/qt5charts/Config.in b/package/qt5/qt5charts/Config.in index 0967f6a2df..4a6c35663a 100644 --- a/package/qt5/qt5charts/Config.in +++ b/package/qt5/qt5charts/Config.in @@ -11,6 +11,7 @@ config BR2_PACKAGE_QT5CHARTS Qt is a cross-platform application and UI framework for developers using C++. - Qt Charts module provides a set of easy to use chart components. + Qt Charts module provides a set of easy to use chart + components. https://doc.qt.io/qt-5/qtcharts-index.html diff --git a/package/qt5/qt5multimedia/Config.in b/package/qt5/qt5multimedia/Config.in index 5b14ac57f1..79d6022141 100644 --- a/package/qt5/qt5multimedia/Config.in +++ b/package/qt5/qt5multimedia/Config.in @@ -9,8 +9,8 @@ config BR2_PACKAGE_QT5MULTIMEDIA developers using C++. 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. + enables you to easily take advantage of a platform's + multimedia capabilities such as media playback and the use + of camera and radio devices. http://doc.qt.io/qt-5/multimediaoverview.html diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in index 109f60125e..72c641b9f7 100644 --- a/package/qt5/qt5webkit/Config.in +++ b/package/qt5/qt5webkit/Config.in @@ -21,10 +21,11 @@ config BR2_PACKAGE_QT5WEBKIT allows QML applications to render regions of dynamic web content. - This package has been removed from the official release packages - since Qt5.6.0, but it is still available for users to build it - from source. This is useful for platforms without GPU since the - successor (QtWebEngine) requires OpenGL support. + This package has been removed from the official release + packages since Qt5.6.0, but it is still available for users + to build it from source. This is useful for platforms + without GPU since the successor (QtWebEngine) requires + OpenGL support. http://doc.qt.io/archives/qt-5.5/qtwebkit-index.html |