Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | From af699c6e8cf9fb28d6f8b789bf33d53b47edaec7 Mon Sep 17 00:00:00 2001 |
| 2 | From: Michael Krelin <hacker@klever.net> |
| 3 | Date: Wed, 26 Sep 2012 20:24:20 +0200 |
| 4 | Subject: [PATCH 04/21] configure: qmake is already built in qt4-tools-native, |
| 5 | so disable it |
| 6 | |
| 7 | Upstream-Status: Inappropriate [configuration] |
| 8 | |
| 9 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
| 10 | --- |
| 11 | configure | 2 +- |
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 13 | |
| 14 | diff --git a/configure b/configure |
| 15 | index e3d464b..cc04b27 100755 |
| 16 | --- a/configure |
| 17 | +++ b/configure |
| 18 | @@ -4899,7 +4899,7 @@ setBootstrapVariable() |
| 19 | } |
| 20 | |
| 21 | # build qmake |
| 22 | -if true; then ###[ '!' -f "$outpath/bin/qmake" ]; |
| 23 | +if false; then ###[ '!' -f "$outpath/bin/qmake" ]; |
| 24 | echo "Creating qmake. Please wait..." |
| 25 | |
| 26 | OLD_QCONFIG_H= |
| 27 | -- |
| 28 | 1.8.0 |
| 29 | |