diff options
Diffstat (limited to 'recipes-qt/qt4/files/0004-no-qmake.patch')
-rw-r--r-- | recipes-qt/qt4/files/0004-no-qmake.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-qt/qt4/files/0004-no-qmake.patch b/recipes-qt/qt4/files/0004-no-qmake.patch new file mode 100644 index 0000000000..86613587a1 --- /dev/null +++ b/recipes-qt/qt4/files/0004-no-qmake.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | From f5a73ce944240de9013cc23288c115e8213add5e Mon Sep 17 00:00:00 2001 | ||
2 | From: Michael Krelin <hacker@klever.net> | ||
3 | Date: Sat, 2 Jun 2007 16:06:59 +0200 | ||
4 | Subject: [PATCH] no qmake | ||
5 | |||
6 | --- | ||
7 | configure | 2 +- | ||
8 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
9 | |||
10 | Index: qt-embedded-linux-opensource-src-4.4.3/configure | ||
11 | =================================================================== | ||
12 | --- qt-embedded-linux-opensource-src-4.4.3.orig/configure 2009-03-26 17:03:43.000000000 +0100 | ||
13 | +++ qt-embedded-linux-opensource-src-4.4.3/configure 2009-03-26 17:04:17.000000000 +0100 | ||
14 | @@ -3786,7 +3786,7 @@ | ||
15 | } | ||
16 | |||
17 | # build qmake | ||
18 | -if true; then ###[ '!' -f "$outpath/bin/qmake" ]; | ||
19 | +if false; then ###[ '!' -f "$outpath/bin/qmake" ]; | ||
20 | echo "Creating qmake. Please wait..." | ||
21 | |||
22 | OLD_QCONFIG_H= | ||