diff options
author | Paul Jones <paul@pauljones.id.au> | 2010-08-18 22:11:34 +1000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-09 10:30:19 +0200 |
commit | f47b29353f31a11a466ca6e499812bc10186a9f8 (patch) | |
tree | 2c8eb1c9410525bba72d30f1bae1cc99b906618e /package/qt/Config.in | |
parent | bb4ca92c401a54aa6f47c3c6688d00b0f7767dc8 (diff) |
qt: Bump to 4.6.3
Also add option to build example and demo code
[Peter: fix patch handling]
Signed-off-by: Paul Jones <paul@pauljones.id.au>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r-- | package/qt/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 93a8ab1a8..50c292991 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -16,6 +16,11 @@ config BR2_PACKAGE_QT_DEBUG help If unsure, say N. +config BR2_PACKAGE_QT_DEMOS + bool "Compile and install demos and examples (with code)" + help + If unsure, say N. + choice prompt "Library type" default BR2_PACKAGE_QT_SHARED |