qt4-embedded: add recipe for 4.7.0
[vuplus_openembedded] / recipes / qt4 / qt-4.7.0 / 0004-Disable-exaqmples-dbus-remotecontrolledcar.patch
1 From 753cc5766d51c5b7d599fada569d6b262f2a3b1a Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Matthias=20G=C3=BCnther?= <matgnt@gmail.com>
3 Date: Wed, 12 May 2010 20:49:30 +0200
4 Subject: [PATCH 4/9] Disable exaqmples/dbus/remotecontrolledcar
5
6 ---
7  examples/dbus/dbus.pro |    3 +--
8  1 files changed, 1 insertions(+), 2 deletions(-)
9
10 diff --git a/examples/dbus/dbus.pro b/examples/dbus/dbus.pro
11 index e599334..daa89b0 100644
12 --- a/examples/dbus/dbus.pro
13 +++ b/examples/dbus/dbus.pro
14 @@ -4,8 +4,7 @@ SUBDIRS = listnames \
15           complexpingpong
16  
17  !contains(QT_CONFIG, no-gui) {
18 -    SUBDIRS += dbus-chat \
19 -               remotecontrolledcar
20 +    SUBDIRS += dbus-chat
21  }
22  
23  # install
24 -- 
25 1.7.0.4
26