summaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt-4.7.0-beta1/0005-Disable-examples-help.patch
diff options
context:
space:
mode:
authorMatthias Günther <matgnt@gmail.com>2010-06-05 11:04:31 +0000
committerKoen Kooi <koen@openembedded.org>2010-06-06 14:08:41 +0200
commitd85332a8ca6894c3a2d1b77ea8b91ce59c8dc592 (patch)
tree359a6f37e8148613ddb6fe196473193a57a0e850 /recipes/qt4/qt-4.7.0-beta1/0005-Disable-examples-help.patch
parentb73a8816231cffe6184e88def512f21b74d66f02 (diff)
downloadopenembedded-d85332a8ca6894c3a2d1b77ea8b91ce59c8dc592.tar.gz
qt4: Add qt4-x11-free_4.7.0-beta1
Several patches to disable not working parts in the beta version: * tools/assistant * examples/designer * examples/dbus-remotecontrolledcar * examples/help * examples/declarative * demos/browser * demos/qtdemos * demos/affine * DEFAULT_PREFERENCE = "-1" * New Qt Module / Lib "QtDeclarative" added for packaging. * Qmlviewer named "qml" added to the tools package. Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/qt4/qt-4.7.0-beta1/0005-Disable-examples-help.patch')
-rw-r--r--recipes/qt4/qt-4.7.0-beta1/0005-Disable-examples-help.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/qt4/qt-4.7.0-beta1/0005-Disable-examples-help.patch b/recipes/qt4/qt-4.7.0-beta1/0005-Disable-examples-help.patch
new file mode 100644
index 0000000000..026f2b08e9
--- /dev/null
+++ b/recipes/qt4/qt-4.7.0-beta1/0005-Disable-examples-help.patch
@@ -0,0 +1,25 @@
+From c7f749b564b473f0160a201c769153cfcaf3bc0b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Matthias=20G=C3=BCnther?= <matgnt@gmail.com>
+Date: Thu, 13 May 2010 14:27:22 +0200
+Subject: [PATCH 5/9] Disable examples/help
+
+---
+ examples/examples.pro | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/examples/examples.pro b/examples/examples.pro
+index 785c35c..e37f580 100644
+--- a/examples/examples.pro
++++ b/examples/examples.pro
+@@ -53,7 +53,7 @@ contains(QT_CONFIG, script): SUBDIRS += script
+ contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
+ embedded:SUBDIRS += qws
+ !wince*:!symbian: {
+- contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib help
++ contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
+ } else {
+ contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
+ }
+--
+1.7.0.4
+