summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprojectmanager/qmlprojectmanager.pro
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-07-13 15:02:37 +0200
committerdt <qtc-committer@nokia.com>2010-07-14 13:01:43 +0200
commit7862e3125628df7f761ec2850abb5d56f296cb75 (patch)
tree1baee3bbac1c7299cf46d040ba7afd887ab3ff83 /src/plugins/qmlprojectmanager/qmlprojectmanager.pro
parent4e6c8e38be694f61333f54efd7e9c02e29c69ed6 (diff)
downloadqt-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.pro6
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 \