remove stray message
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 2 Aug 2012 13:33:35 +0000 (15:33 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 6 Aug 2012 08:38:46 +0000 (10:38 +0200)
i think this was a vestige from the old wince build proces

Change-Id: I13305de627c65fc1c93ba6d2383557ff5ea7a147
Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
tools/configure/configureapp.cpp

index da4320f..7208858 100644 (file)
@@ -3678,10 +3678,6 @@ void Configure::appendMakeItem(int inList, const QString &item)
 void Configure::generateMakefiles()
 {
     if (dictionary[ "NOPROCESS" ] == "no") {
-#if !defined(EVAL)
-        cout << "Creating makefiles in src..." << endl;
-#endif
-
         QString spec = dictionary.contains("XQMAKESPEC") ? dictionary[ "XQMAKESPEC" ] : dictionary[ "QMAKESPEC" ];
         if (spec != "win32-msvc")
             dictionary[ "DSPFILES" ] = "no";