aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt-4.6.2+4.7.0-beta1/0002-Disable-tools-assistant.patch
blob: 1a5da6793b91742f865d50321a5db56a432ee3c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From f107d9957f8382dfc2c7b28248eee2d628342a93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20G=C3=BCnther?= <matgnt@gmail.com>
Date: Wed, 12 May 2010 19:41:13 +0200
Subject: [PATCH 2/9] Disable tools/assistant

---
 tools/tools.pro |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/tools.pro b/tools/tools.pro
index 7598962..1d35a3f 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -9,7 +9,7 @@ TEMPLATE        = subdirs
         } else:wince* {
             SUBDIRS = qtestlib designer
         } else {
-            SUBDIRS = assistant \
+            SUBDIRS = \
                       pixeltool \
                       porting \
                       qtestlib \
-- 
1.7.0.4