kumquat-buildroot/package/qt5/qt5doc/Config.in
Fabrice Fontaine a53be62fad package/qt5/q5doc: fix dependency
Commit fa917d0ca9 forgot to add
BR2_PACKAGE_QT5_JSCORE_AVAILABLE dependency:

WARNING: unmet direct dependencies detected for BR2_PACKAGE_QT5DECLARATIVE
  Depends on [n]: BR2_PACKAGE_QT5 [=y] && BR2_PACKAGE_QT5_JSCORE_AVAILABLE [=n]
  Selected by [y]:
  - BR2_PACKAGE_QT5DOC [=y] && BR2_PACKAGE_QT5 [=y]

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-08-15 11:34:57 +02:00

18 lines
655 B
Plaintext

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