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:
parent
cd2a608cf6
commit
d0656e8bcf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user