summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.cpp
diff options
context:
space:
mode:
authorTobias Hunger <qt-info@nokia.com>2009-11-11 17:06:58 +0100
committerTobias Hunger <qt-info@nokia.com>2009-11-12 09:04:18 +0100
commitd151493acca99cae5a1a583ca0f8b6d9d5d7e5b9 (patch)
treefaa500b8ff19c6a7a800bb31ae771b68e7844f86 /src/plugins/projectexplorer/projectexplorer.cpp
parent074b111c66133ce137fd883e435f4429ebc4a09f (diff)
downloadqt-creator-d151493acca99cae5a1a583ca0f8b6d9d5d7e5b9.tar.gz
Add buildparser for the QMake step
Add an option to have a buildparser for the qmake step and implement a pretty simple parser. Reviewed-By: dt
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.cpp')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp
index 9821118e87..e0c5b18449 100644
--- a/src/plugins/projectexplorer/projectexplorer.cpp
+++ b/src/plugins/projectexplorer/projectexplorer.cpp
@@ -308,6 +308,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
// Build parsers
addAutoReleasedObject(new GccParserFactory);
addAutoReleasedObject(new MsvcParserFactory);
+ addAutoReleasedObject(new QMakeParserFactory);
// Settings page
addAutoReleasedObject(new ProjectExplorerSettingsPage);