diff options
author | Peter Seiderer <ps.report@gmx.net> | 2015-12-04 23:08:14 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-18 22:00:27 +0100 |
commit | 535cb4a8be3030dcee58ecdf6cb013934b9c5cb7 (patch) | |
tree | 6d720b4d3b7b8a96343c4e8ffcc5a689b37ff6df /package/qt5/Config.in | |
parent | ef17d6f2cdf814c97af128ef3424170de3e12cfa (diff) | |
download | buildroot-535cb4a8be3030dcee58ecdf6cb013934b9c5cb7.tar.gz buildroot-535cb4a8be3030dcee58ecdf6cb013934b9c5cb7.zip |
qt5/qt53d: new package
[Thomas:
- order packages alphabetically
- use tabs for indentation in Config.in
- add missing BR2_PACKAGE_QT5_JSCORE_AVAILABLE dependency for the
comment.]
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/Config.in')
-rw-r--r-- | package/qt5/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt5/Config.in b/package/qt5/Config.in index 22fd0c0809..ad6226e07c 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -31,6 +31,7 @@ menuconfig BR2_PACKAGE_QT5 if BR2_PACKAGE_QT5 source "package/qt5/qt5base/Config.in" +source "package/qt5/qt53d/Config.in" source "package/qt5/qt5connectivity/Config.in" source "package/qt5/qt5declarative/Config.in" source "package/qt5/qt5enginio/Config.in" |