mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/qt6tools: fix missing host-qt6base dependency
This adds the host dependency host-qt6base as host-qt6tools requires the Qt cmake modules to be installed. Fixes: $ make qt6tools (...) CMake Error at CMakeLists.txt:21 (find_package): Could not find a package configuration file provided by "Qt6" (requested version 6.7.2) with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed. Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
2a547e2c42
commit
a631d5b3da
@@ -41,5 +41,7 @@ ifeq ($(BR2_PACKAGE_QT6DECLARATIVE),y)
|
||||
QT6TOOLS_DEPENDENCIES += qt6declarative
|
||||
endif
|
||||
|
||||
HOST_QT6TOOLS_DEPENDENCIES = host-qt6base
|
||||
|
||||
$(eval $(cmake-package))
|
||||
$(eval $(host-cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user