[Buildroot] [PATCH 1/1] qt: make QtDeclarative depend on QtSql

Danomi Manchego danomimanchego123 at gmail.com
Fri Sep 12 02:21:35 UTC 2014


As indicated by QtDeclarative.pc, QtDeclarative needs QtSql.
It builds fine without it, but then you get a run-time error.
So add QtSql to the QtDeclarative depends-on list.

Signed-off-by: Danomi Manchego <danomimanchego123 at gmail.com>
---
 package/qt/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qt/Config.in b/package/qt/Config.in
index da159b4..1f3e5fb 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -419,6 +419,7 @@ config BR2_PACKAGE_QT_DECLARATIVE
 	bool "Declarative module"
 	depends on BR2_PACKAGE_QT_SCRIPT
 	depends on BR2_PACKAGE_QT_GUI_MODULE
+	depends on BR2_PACKAGE_QT_SQL_MODULE
 	help
 	  Build the Qt Declarative Module for qml support
 	  if unsure, say n.
-- 
1.7.9.5



More information about the buildroot mailing list