From 836260974fb65bf3826d41bd6ffe6af1102de608 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 21 May 2013 14:27:24 +0200 Subject: purge dead output-related code QTBUILDINSTRUCTION is not evaluated anywhere anymore. Change-Id: Ie23f61f5a25594591efdafdc49e279f13623b049 Reviewed-by: Joerg Bornemann --- tools/configure/configureapp.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tools') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 4f973a4398..bbc27e36d8 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -1333,18 +1333,6 @@ void Configure::parseCmdLine() } } - // Tell the user how to proceed building Qt after configure finished its job - dictionary["QTBUILDINSTRUCTION"] = dictionary["MAKE"]; - if (dictionary.contains("XQMAKESPEC")) { - if (dictionary["XQMAKESPEC"].startsWith("wince")) { - dictionary["QTBUILDINSTRUCTION"] = - QString("setcepaths.bat ") + dictionary["XQMAKESPEC"] + QString(" && ") + dictionary["MAKE"]; - } - } - - // Tell the user how to confclean before the next configure - dictionary["CONFCLEANINSTRUCTION"] = dictionary["MAKE"] + QString(" confclean"); - if (isDeviceMkspec) { const QStringList devices = mkspecs.filter("devices/", Qt::CaseInsensitive); const QStringList family = devices.filter(dictionary["XQMAKESPEC"], Qt::CaseInsensitive); -- cgit v1.2.3