Rename SignsisParser to S60CreatePackageParser

Reviewed-by: Pawel Polanski
This commit is contained in:
Tobias Hunger
2010-11-16 10:28:18 +01:00
parent 295800196e
commit 41e865f008
5 changed files with 64 additions and 35 deletions

View File

@@ -35,7 +35,7 @@
#include "qt4project.h"
#include "abldparser.h"
#include "sbsv2parser.h"
#include "signsisparser.h"
#include "s60createpackageparser.h"
#include "passphraseforkeydialog.h"
#include <projectexplorer/buildconfiguration.h>
@@ -203,7 +203,7 @@ bool S60CreatePackageStep::init()
else
m_outputParserChain = new Qt4ProjectManager::AbldParser;
m_outputParserChain->appendOutputParser(new ProjectExplorer::GnuMakeParser);
m_outputParserChain->appendOutputParser(new Qt4ProjectManager::SignsisParser);
m_outputParserChain->appendOutputParser(new Qt4ProjectManager::S60CreatePackageParser);
connect(m_outputParserChain, SIGNAL(addOutput(QString, ProjectExplorer::BuildStep::OutputFormat)),
this, SLOT(outputAdded(QString, ProjectExplorer::BuildStep::OutputFormat)));