From e5649ec28337483ed664f7d2d6bba2e96e649d41 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Wed, 22 Sep 2010 16:59:31 -0400 Subject: qt4: add 4.7.0 released version --- .../qt4/qt-4.7.0/0005-Disable-examples-help.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes/qt4/qt-4.7.0/0005-Disable-examples-help.patch (limited to 'recipes/qt4/qt-4.7.0/0005-Disable-examples-help.patch') diff --git a/recipes/qt4/qt-4.7.0/0005-Disable-examples-help.patch b/recipes/qt4/qt-4.7.0/0005-Disable-examples-help.patch new file mode 100644 index 0000000000..026f2b08e9 --- /dev/null +++ b/recipes/qt4/qt-4.7.0/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?= +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 + -- cgit 1.2.3-korg