https://github.com/buildroot/buildroot/blob/master/Config.in.legacy
comment "Legacy options removed in 2019.02"
config BR2_PACKAGE_QT
bool "qt package removed"
select BR2_LEGACY
help
The qt package was removed.
config BR2_PACKAGE_QTUIO
bool "qtuio package removed"
select BR2_LEGACY
help
The qtuio package was removed.
config BR2_PACKAGE_PINENTRY_QT4
bool "pinentry-qt4 option removed"
select BR2_LEGACY
help
The pinentry-qt4 option was removed.
离线
换成QT5了吧
离线
https://github.com/buildroot/buildroot/blob/master/package/Config.in
comment "Other GUIs"
source "package/qt5/Config.in"
if BR2_PACKAGE_QT5
comment "QT libraries and helper libraries"
source "package/cutelyst/Config.in"
source "package/grantlee/Config.in"
source "package/kf5/Config.in"
source "package/qextserialport/Config.in"
source "package/qjson/Config.in"
source "package/quazip/Config.in"
source "package/qwt/Config.in"
偷偷瞄了一下, Qt5还在
最近编辑记录 路漫漫 (2019-09-10 20:20:51)
离线
果然有了, 感谢大家, 我把依赖都弄上
*** Qt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library ***
离线