diff options
author | dt <qtc-committer@nokia.com> | 2010-07-13 15:02:37 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2010-07-14 13:01:43 +0200 |
commit | 7862e3125628df7f761ec2850abb5d56f296cb75 (patch) | |
tree | 1baee3bbac1c7299cf46d040ba7afd887ab3ff83 /src/plugins/qmlprojectmanager/qmlprojectmanager.pro | |
parent | 4e6c8e38be694f61333f54efd7e9c02e29c69ed6 (diff) | |
download | qt-creator-7862e3125628df7f761ec2850abb5d56f296cb75.tar.gz |
Refactor OutputFormatter
Move link handling code to outputwindow from OutputFormatter
Move createOutputFormatter to the RunConfiguration
That makes it easier for Qt4RunConfiguration et all.
This also fixes that each time a runcontrol was rerun a new
OutputFormatter was created without deleting the old one, thus
increasing the memory usage.
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlprojectmanager.pro')
-rw-r--r-- | src/plugins/qmlprojectmanager/qmlprojectmanager.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlprojectmanager.pro b/src/plugins/qmlprojectmanager/qmlprojectmanager.pro index 72e0d2cadd..3fca4d496c 100644 --- a/src/plugins/qmlprojectmanager/qmlprojectmanager.pro +++ b/src/plugins/qmlprojectmanager/qmlprojectmanager.pro @@ -22,8 +22,7 @@ HEADERS += qmlproject.h \ qmltaskmanager.h \ qmlprojectmanager_global.h \ qmlprojectmanagerconstants.h \ - qmlprojecttarget.h \ - qmloutputformatter.h + qmlprojecttarget.h SOURCES += qmlproject.cpp \ qmlprojectplugin.cpp \ qmlprojectmanager.cpp \ @@ -35,8 +34,7 @@ SOURCES += qmlproject.cpp \ qmlprojectrunconfigurationfactory.cpp \ qmlprojectapplicationwizard.cpp \ qmltaskmanager.cpp \ - qmlprojecttarget.cpp \ - qmloutputformatter.cpp + qmlprojecttarget.cpp RESOURCES += qmlproject.qrc OTHER_FILES += QmlProjectManager.pluginspec \ |