From 77a18a9fe2d0e4a1dcd95e2d78c85eb37452bc73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 29 Oct 2012 20:07:49 -0700 Subject: [PATCH 10/14] qmake is already built in qtbase-native Ported from OE by: Yu Ke Upstream-Status: Inappropriate [configuration] Signed-off-by: Mikko Levonmaa Signed-off-by: Martin Jansa --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 66c2ae0..ac836aa 100755 --- a/configure +++ b/configure @@ -3941,7 +3941,7 @@ setBootstrapEvalVariable() # build qmake -if true; then ###[ '!' -f "$outpath/bin/qmake" ]; +if false; then ###[ '!' -f "$outpath/bin/qmake" ]; echo "Creating qmake..." mkdir -p "$outpath/qmake" || exit -- 1.8.5.3