qt4-embedded: add recipe for 4.7.0
[vuplus_openembedded] / recipes / qt4 / qt-4.7.0 / 0006-Disable-demos-browser.patch
1 From 11657d8c4b964b7c16b1d216522a92d6280007e1 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 15:53:29 +0200
4 Subject: [PATCH 6/9] Disable /demos/browser
5
6 ---
7  demos/demos.pro |    1 -
8  1 files changed, 0 insertions(+), 1 deletions(-)
9
10 diff --git a/demos/demos.pro b/demos/demos.pro
11 index 5e8a4ea..8008ccb 100644
12 --- a/demos/demos.pro
13 +++ b/demos/demos.pro
14 @@ -56,7 +56,6 @@ wince*:SUBDIRS += demos_sqlbrowser
15  }
16  }
17  contains(QT_CONFIG, phonon):!static:SUBDIRS += demos_mediaplayer
18 -contains(QT_CONFIG, webkit):contains(QT_CONFIG, svg):!symbian:SUBDIRS += demos_browser
19  contains(QT_CONFIG, multimedia):SUBDIRS += demos_multimedia
20  contains(QT_CONFIG, declarative):SUBDIRS += demos_declarative
21  
22 -- 
23 1.7.0.4
24