summaryrefslogtreecommitdiff
path: root/recipes/qt4/files/0004-no-qmake.patch
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-03-25 15:37:22 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2009-03-25 15:37:22 +0100
commit8ec53c8f0baed036778e380462838fe723a5f4b8 (patch)
tree488b4331ad582e179a92d3761bb57f06edb32ce8 /recipes/qt4/files/0004-no-qmake.patch
parenta1f6020e2168ec936ccec4a9b5888633e045ccb1 (diff)
qt4: unify patches, drop obsolete files, fix mkspecs
* unify qt4-x11-free / qt4-embedded patches into files/ * remove unused files and patches * fix mkspecs to define RCC and UIC3 locations
Diffstat (limited to 'recipes/qt4/files/0004-no-qmake.patch')
-rw-r--r--recipes/qt4/files/0004-no-qmake.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/qt4/files/0004-no-qmake.patch b/recipes/qt4/files/0004-no-qmake.patch
new file mode 100644
index 0000000000..28f8d3ad9d
--- /dev/null
+++ b/recipes/qt4/files/0004-no-qmake.patch
@@ -0,0 +1,25 @@
+From f5a73ce944240de9013cc23288c115e8213add5e Mon Sep 17 00:00:00 2001
+From: Michael Krelin <hacker@klever.net>
+Date: Sat, 2 Jun 2007 16:06:59 +0200
+Subject: [PATCH] no qmake
+
+---
+ configure | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/configure b/configure
+index b3c2a52..1901e57 100755
+--- a/configure
++++ b/configure
+@@ -3517,7 +3517,7 @@ END {
+ }
+
+ # build qmake
+-if true; then ###[ '!' -f "$outpath/bin/qmake" ];
++if false; then ###[ '!' -f "$outpath/bin/qmake" ];
+ echo "Creating qmake. Please wait..."
+
+ OLD_QCONFIG_H=
+--
+1.5.0.7
+