From aab01049543f4508f1dc92fb62b980d1d0c3bcc0 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 29 Oct 2012 20:07:49 -0700 Subject: [PATCH] qmake is already built in qt5-tools-native Ported from OE by: Yu Ke Upstream-Status: Inappropriate [configuration] Signed-off-by: Mikko Levonmaa --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index c3e61d6..5e43a19 100755 --- a/configure +++ b/configure @@ -3594,7 +3594,7 @@ setBootstrapVariable() } # build qmake -if true; then ###[ '!' -f "$outpath/bin/qmake" ]; +if false; then ###[ '!' -f "$outpath/bin/qmake" ]; echo "Creating qmake. Please wait..." #mkspecs/default is used as a (gasp!) default mkspec so QMAKESPEC needn't be set once configured -- 1.7.4.1