summaryrefslogtreecommitdiff
path: root/package/qt
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2016-08-09 11:05:19 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-09 12:16:39 +0200
commit466934bb5c35856df22ff0c56021c38ee372685c (patch)
treecb6865484e8b11656a8e518b33c80a439b161ae1 /package/qt
parenta880db09bf1966f7e86b054bba9cbdd62941e139 (diff)
qt: Fix missing runtime Qt3Support dependency
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>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index 548d18063..b9752d3a5 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -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.