remove stray message

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>
This commit is contained in:
Oswald Buddenhagen 2012-08-02 15:33:35 +02:00 committed by Qt by Nokia
parent cd2a608cf6
commit d0656e8bcf

View 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";