forked from qt-creator/qt-creator
Qmake: Misc qt4 to qmake renamings
Change-Id: I47875935101b7560ad64c8a8c27d821c9810b388 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user