Qmake: Misc qt4 to qmake renamings

Change-Id: I47875935101b7560ad64c8a8c27d821c9810b388
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Tobias Hunger
2013-10-29 18:24:57 +01:00
committed by hjk
parent 53e5636461
commit 52a561c915
6 changed files with 7 additions and 7 deletions

View File

@@ -1733,7 +1733,7 @@ void QmakeProFileNode::applyEvaluate(EvalResult evalResult, bool async)
}
if (debug)
qDebug() << "Qt4ProFileNode - updating files for file " << m_projectFilePath;
qDebug() << "QmakeProFileNode - updating files for file " << m_projectFilePath;
QmakeProjectType projectType = proFileTemplateTypeToProjectType(
(evalResult == EvalOk ? m_readerExact : m_readerCumulative)->templateType());