1config BR2_PACKAGE_QT5DOC 2 bool "qt5doc (includes quick demos)" 3 depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative 4 select BR2_PACKAGE_QT5BASE_EXAMPLES 5 select BR2_PACKAGE_QT5DECLARATIVE 6 select BR2_PACKAGE_QT5DECLARATIVE_QUICK 7 help 8 Qt is a cross-platform application and UI framework for 9 developers using C++. 10 11 Qtdoc contains the main Qt Reference Documentation, which 12 includes overviews, Qt topics, and examples not specific to 13 any Qt module. The configuration files are located in 14 qtdoc/doc/config and the articles in qtdoc/doc/src. Note that 15 QDoc itself is located in qtbase. 16 17 https://doc.qt.io/qt-5/overviews.html 18