diff options
author | Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> | 2017-02-08 11:26:34 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-09 22:16:18 +0100 |
commit | 00487cc56c4dc1d284f3501eaa555ad0b9ec96a5 (patch) | |
tree | dd6e08c75ecee3cd7cabbb1db216396466ccf235 /package/qt5/qt5quickcontrols2/Config.in | |
parent | 55a9737895cbca0d9ee6329052422bbeceb4feae (diff) | |
download | buildroot-00487cc56c4dc1d284f3501eaa555ad0b9ec96a5.tar.gz buildroot-00487cc56c4dc1d284f3501eaa555ad0b9ec96a5.zip |
package/qt5: remove menu comment about deprecated modules
As now the Qt version is configurable to simplify the menu display
logic we remove the menu comment about deprecated modules and
indicate it in the relevant modules' help text instead, and also
mention in the help text if a package's tech preview status has been
changed between Qt 5.6 and Qt 5.8
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5quickcontrols2/Config.in')
-rw-r--r-- | package/qt5/qt5quickcontrols2/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/qt5/qt5quickcontrols2/Config.in b/package/qt5/qt5quickcontrols2/Config.in index 1e57674dc8..d2267cba2f 100644 --- a/package/qt5/qt5quickcontrols2/Config.in +++ b/package/qt5/qt5quickcontrols2/Config.in @@ -10,6 +10,9 @@ config BR2_PACKAGE_QT5QUICKCONTROLS2 This package corresponds to the qt5quickcontrols2 module. + This module was in tech preview in Qt 5.6, and promoted + to a core module in Qt 5.7.0. + http://qt.io comment "qt5quickcontrols2 needs an OpenGL-capable backend" |