summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-02 15:33:35 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-06 10:38:46 +0200
commitd0656e8bcfd82799d288598863c2282c62b015e9 (patch)
treedc0565812dbcdce852e84b3e59bebc33ab3ce52f
parentcd2a608cf6c561264ddfa647ae45a249e0b4bc4d (diff)
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>
-rw-r--r--tools/configure/configureapp.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index da4320ffd4..7208858eba 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -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";