summaryrefslogtreecommitdiffstats
path: root/package/qt
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-05-12 17:07:15 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-05-12 17:07:15 +0200
commit5db57b7ac9fc8c5bd0bec6e06166443f04870a3a (patch)
tree7551cdb6fea52cf43c07ee5a8948f523c2db56a8 /package/qt
parent6e850246252e4978d93469a8998bf8343bab0340 (diff)
downloadbuildroot-novena-5db57b7ac9fc8c5bd0bec6e06166443f04870a3a.tar.gz
buildroot-novena-5db57b7ac9fc8c5bd0bec6e06166443f04870a3a.zip
qt: hide shared library option if BR2_PREFER_STATIC_LIB
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index b223772cf..eafc855a4 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -23,12 +23,12 @@ config BR2_PACKAGE_QT_DEMOS
choice
prompt "Library type"
- default BR2_PACKAGE_QT_SHARED
help
Selects the library type: Shared or Static
config BR2_PACKAGE_QT_SHARED
bool "Shared library"
+ depends on !BR2_PREFER_STATIC_LIB
help
Create and use shared Qt libraries.
If you have multiple programs that depend on Qt or intend to use