diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-12 10:08:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-12 14:27:33 +0200 |
commit | 367d28ff1b6628c539bfa5ded36f924ff59f1817 (patch) | |
tree | a7d89a27bbf30e5bedc9c970476a5ccac2100f99 /recipes/qt4/qt-4.6.3+4.7.0-beta2/0005-Disable-examples-help.patch | |
parent | 9e1bbdf672b12d0d7788eeba90f7a079c56bc0c6 (diff) |
qt-4.7.0-beta1: move to beta2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/qt4/qt-4.6.3+4.7.0-beta2/0005-Disable-examples-help.patch')
-rw-r--r-- | recipes/qt4/qt-4.6.3+4.7.0-beta2/0005-Disable-examples-help.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/qt4/qt-4.6.3+4.7.0-beta2/0005-Disable-examples-help.patch b/recipes/qt4/qt-4.6.3+4.7.0-beta2/0005-Disable-examples-help.patch new file mode 100644 index 0000000000..026f2b08e9 --- /dev/null +++ b/recipes/qt4/qt-4.6.3+4.7.0-beta2/0005-Disable-examples-help.patch @@ -0,0 +1,25 @@ +From c7f749b564b473f0160a201c769153cfcaf3bc0b Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Matthias=20G=C3=BCnther?= <matgnt@gmail.com> +Date: Thu, 13 May 2010 14:27:22 +0200 +Subject: [PATCH 5/9] Disable examples/help + +--- + examples/examples.pro | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/examples/examples.pro b/examples/examples.pro +index 785c35c..e37f580 100644 +--- a/examples/examples.pro ++++ b/examples/examples.pro +@@ -53,7 +53,7 @@ contains(QT_CONFIG, script): SUBDIRS += script + contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon + embedded:SUBDIRS += qws + !wince*:!symbian: { +- contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib help ++ contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib + } else { + contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib + } +-- +1.7.0.4 + |