summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5base
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-11-13 16:10:24 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-13 16:10:24 +0100
commit91f9a3ac1f25d4988758fa416b4fda837a486516 (patch)
tree1fe34bf81228018b3445a6e65cf56bf2c9ac3e1f /package/qt5/qt5base
parente07c705e699b876dcc77be06d734b83e1bd31084 (diff)
downloadbuildroot-91f9a3ac1f25d4988758fa416b4fda837a486516.tar.gz
buildroot-91f9a3ac1f25d4988758fa416b4fda837a486516.zip
qt5base: unconditionally install network, sql, xml and test modules to target
The qt5 build system currently unconditionally builds and installs into staging these libraries, so ensure they also get installed into target to make sure we don't end up with dynamic linker errors at runtime. From src.pro: SUBDIRS += src_network src_sql src_xml src_testlib Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5base')
-rw-r--r--package/qt5/qt5base/Config.in16
1 files changed, 4 insertions, 12 deletions
diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in
index e5679beb82..6ea7301a9d 100644
--- a/package/qt5/qt5base/Config.in
+++ b/package/qt5/qt5base/Config.in
@@ -37,9 +37,7 @@ config BR2_PACKAGE_QT5BASE_EXAMPLES
If unsure, say N.
config BR2_PACKAGE_QT5BASE_NETWORK
- bool "network module"
- help
- This options enables the Qt5Network library.
+ def_bool y
config BR2_PACKAGE_QT5BASE_CONCURRENT
bool "concurrent module"
@@ -47,9 +45,7 @@ config BR2_PACKAGE_QT5BASE_CONCURRENT
This options enables the Qt5Concurrent library.
config BR2_PACKAGE_QT5BASE_SQL
- bool "sql module"
- help
- This options enables the Qt5Sql library.
+ def_bool y
if BR2_PACKAGE_QT5BASE_SQL
config BR2_PACKAGE_QT5BASE_MYSQL
@@ -101,14 +97,10 @@ endchoice
endif
config BR2_PACKAGE_QT5BASE_TEST
- bool "test module"
- help
- This options enables the Qt5Test library.
+ def_bool y
config BR2_PACKAGE_QT5BASE_XML
- bool "XML module"
- help
- This options enables the Qt5Xml library.
+ def_bool y
config BR2_PACKAGE_QT5BASE_GUI
bool "gui module"
OpenPOWER on IntegriCloud