diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2009-12-09 13:54:46 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2009-12-09 18:39:03 +0100 |
commit | ec025c6dbf1b3c9b6ff4ac7859d61f03b35c21f4 (patch) | |
tree | 5e3d5b2a0fcbd4928826466e59394a43c8b1b0d0 /src/plugins/qt4projectmanager/qt-s60/qt-s60.pri | |
parent | a0abde6306571fb7f12fe1d176cec1c8dba4d358 (diff) | |
download | qt-creator-ec025c6dbf1b3c9b6ff4ac7859d61f03b35c21f4.tar.gz |
Rework Build Parser handling
* Rework IBuildParser:
* Remove name() method.
* Remove enterDirectory and leaveDirectory signals.
* Allow chaining of parsers.
* Rename IBuildParser to IOutputParser.
* Implement GnuMakeParser.
* Remove entering/leaving directory related code from all other parsers
* Move filename fixup heuristic based on entering/leaving directory
massages from gnumake here from AbstractMakeStep.
* Add outputParser method to ToolChain: This removes the need to map
toolchains to BuildParser names in the BuildSteps.
* Enhance AbstractProcessStep to accept a IOutputParser to parse its output.
* Remove AbstractMakeStep.
* Set the appropriate Parsers in all classes deriving from AbstractProcessStep
and append the ToolChain's parser to the parser chain.
* Remove BuildParserFactories: There is no more need for them.
* Remove constants used to identify the BuildParsers.
* Clean up some names:
* Replace stdOut with stdOutput.
* Replace addToTaskWindow with addTask and addToOutputWindow with
addOutput. Do this wherever it is not yet clear that this will end up
in the Task/Output window.
Reviewed-by: dt
Diffstat (limited to 'src/plugins/qt4projectmanager/qt-s60/qt-s60.pri')
-rw-r--r-- | src/plugins/qt4projectmanager/qt-s60/qt-s60.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qt4projectmanager/qt-s60/qt-s60.pri b/src/plugins/qt4projectmanager/qt-s60/qt-s60.pri index c0fd1d72f8..a489d95a06 100644 --- a/src/plugins/qt4projectmanager/qt-s60/qt-s60.pri +++ b/src/plugins/qt4projectmanager/qt-s60/qt-s60.pri @@ -12,7 +12,6 @@ $$PWD/serialdevicelister.cpp \ $$PWD/rvcttoolchain.cpp \ $$PWD/s60runconfigbluetoothstarter.cpp \ - $$PWD/s60buildparserfactory.cpp \ $$PWD/abldparser.cpp \ $$PWD/rvctparser.cpp \ $$PWD/winscwparser.cpp @@ -27,7 +26,6 @@ $$PWD/serialdevicelister.h \ $$PWD/rvcttoolchain.h \ $$PWD/s60runconfigbluetoothstarter.h \ - $$PWD/s60buildparserfactory.h \ $$PWD/abldparser.h \ $$PWD/rvctparser.h \ $$PWD/winscwparser.h |