diff options
Diffstat (limited to 'recipes/qt4/qt-4.7.0-beta1/0002-Disable-tools-assistant.patch')
-rw-r--r-- | recipes/qt4/qt-4.7.0-beta1/0002-Disable-tools-assistant.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/qt4/qt-4.7.0-beta1/0002-Disable-tools-assistant.patch b/recipes/qt4/qt-4.7.0-beta1/0002-Disable-tools-assistant.patch new file mode 100644 index 0000000000..1a5da6793b --- /dev/null +++ b/recipes/qt4/qt-4.7.0-beta1/0002-Disable-tools-assistant.patch @@ -0,0 +1,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 + |