Преглед изворни кода

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>
Alexander Shiyan пре 9 година
родитељ
комит
466934bb5c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      package/qt/Config.in

+ 1 - 0
package/qt/Config.in

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