summaryrefslogtreecommitdiffstats
path: root/rules/qt4-examples.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-06-25 18:20:00 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-06-25 18:20:00 +0000
commit792686dc3302037ee8213fc37b8f0c925c521519 (patch)
treee1d0c3e21719629167e7dd7206baa88e3188f37c /rules/qt4-examples.in
parentbd881116d33f890a00847b5e680de5a6dd1c712b (diff)
downloadptxdist-792686dc3302037ee8213fc37b8f0c925c521519.tar.gz
ptxdist-792686dc3302037ee8213fc37b8f0c925c521519.tar.xz
* qt4: update to version 4.5.2
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10871 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/qt4-examples.in')
-rw-r--r--rules/qt4-examples.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/qt4-examples.in b/rules/qt4-examples.in
index 2c9f1635d..fc6ba1d64 100644
--- a/rules/qt4-examples.in
+++ b/rules/qt4-examples.in
@@ -634,6 +634,12 @@ config QT4_EXAMPLES_FTP
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
+config QT4_EXAMPLES_GOOGLESUGGEST
+ bool
+ prompt "googlesuggest"
+ select QT4_BUILD_GUI
+ select QT4_BUILD_NETWORK
+
config QT4_EXAMPLES_HTTP
bool
prompt "http"
@@ -1276,6 +1282,15 @@ menuconfig QT4_EXAMPLES_WEBKIT
if QT4_EXAMPLES_WEBKIT
+config QT4_EXAMPLES_FANCYBROWSER
+ bool
+ prompt "fancybrowser"
+ select QT4_BUILD_WEBKIT
+ depends on QT4_DBUS_LOAD || QT4_DBUS_LINK
+ select QT4_BUILD_XML
+ select QT4_BUILD_GUI
+ select QT4_BUILD_NETWORK
+
config QT4_EXAMPLES_FORMEXTRACTOR
bool
prompt "formExtractor"
@@ -1285,6 +1300,15 @@ config QT4_EXAMPLES_FORMEXTRACTOR
select QT4_BUILD_GUI
select QT4_BUILD_NETWORK
+config QT4_EXAMPLES_GOOGLECHAT
+ bool
+ prompt "googlechat"
+ select QT4_BUILD_WEBKIT
+ depends on QT4_DBUS_LOAD || QT4_DBUS_LINK
+ select QT4_BUILD_XML
+ select QT4_BUILD_GUI
+ select QT4_BUILD_NETWORK
+
config QT4_EXAMPLES_PREVIEWER
bool
prompt "previewer"