qt4-embedded: add recipe for 4.7.0
[vuplus_openembedded] / recipes / qt4 / qt-4.7.0 / 0005-Disable-examples-help.patch
1 From c7f749b564b473f0160a201c769153cfcaf3bc0b Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Matthias=20G=C3=BCnther?= <matgnt@gmail.com>
3 Date: Thu, 13 May 2010 14:27:22 +0200
4 Subject: [PATCH 5/9] Disable examples/help
5
6 ---
7  examples/examples.pro |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/examples/examples.pro b/examples/examples.pro
11 index 785c35c..e37f580 100644
12 --- a/examples/examples.pro
13 +++ b/examples/examples.pro
14 @@ -53,7 +53,7 @@ contains(QT_CONFIG, script): SUBDIRS += script
15  contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
16  embedded:SUBDIRS += qws
17  !wince*:!symbian: {
18 -    contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib help
19 +    contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
20  } else {
21      contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
22  }
23 -- 
24 1.7.0.4
25