qt: Fix missing runtime Qt3Support dependency
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 9 Aug 2016 08:05:19 +0000 (11:05 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Aug 2016 10:16:39 +0000 (12:16 +0200)
Qt3Support module has a runtime dependency on QtSql, see
https://wiki.qt.io/Qt_Library_Cross_Dependencies. This patch fix this
issue.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qt/Config.in

index 548d180636f274b748835b424ad85fcd6be35c5e..b9752d3a577d0c6ce0f2b1650a9cef30d06d8610 100644 (file)
@@ -126,6 +126,7 @@ config BR2_PACKAGE_QT_CONFIG_FILE
 config BR2_PACKAGE_QT_QT3SUPPORT
        bool "Compatibility with Qt3"
        depends on BR2_PACKAGE_QT_GUI_MODULE
+       select BR2_PACKAGE_QT_SQL_MODULE
        help
          Turns on support for older Qt3. This will create an additional
          library with proxy code and increase the space required on target.