From cd2a608cf6c561264ddfa647ae45a249e0b4bc4d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 1 Aug 2012 14:43:42 +0200 Subject: remove stale messages about using setcepaths Change-Id: I9c0a61254aa50e57b18718aa44935007fd25bd74 Reviewed-by: Andreas Holzammer Reviewed-by: Marius Storm-Olsen Reviewed-by: Joerg Bornemann --- tools/configure/configureapp.cpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'tools') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index e4feb22b4c..da4320ffd4 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -3786,16 +3786,8 @@ void Configure::generateMakefiles() void Configure::showSummary() { QString make = dictionary[ "MAKE" ]; - if (!dictionary.contains("XQMAKESPEC")) { - cout << endl << endl << "Qt is now configured for building. Just run " << qPrintable(make) << "." << endl; - cout << "To reconfigure, run " << qPrintable(make) << " confclean and configure." << endl << endl; - } else if (dictionary.value("QMAKESPEC").startsWith("wince")) { - // we are cross compiling for Windows CE - cout << endl << endl << "Qt is now configured for building. To start the build run:" << endl - << "\tsetcepaths " << dictionary.value("XQMAKESPEC") << endl - << "\t" << qPrintable(make) << endl - << "To reconfigure, run " << qPrintable(make) << " confclean and configure." << endl << endl; - } + cout << endl << endl << "Qt is now configured for building. Just run " << qPrintable(make) << "." << endl; + cout << "To reconfigure, run " << qPrintable(make) << " confclean and configure." << endl << endl; } Configure::ProjectType Configure::projectType(const QString& proFileName) -- cgit v1.2.3