qt: make QtDeclarative depend on QtSql
authorDanomi Manchego <danomimanchego123@gmail.com>
Fri, 12 Sep 2014 02:21:35 +0000 (22:21 -0400)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 24 Jan 2015 00:09:16 +0000 (01:09 +0100)
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@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt/Config.in

index ba71e12921446a9c3474fb8334ab256189464ace..990014e8ed61cbcb6bd8f12559f0b772b2ca8f0c 100644 (file)
@@ -483,6 +483,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.