summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-04-19 16:41:51 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-04-19 17:49:26 +0200
commitf10ae79263db3324c1e33402912c2a928b3d0226 (patch)
tree8d9f300d0bbc379e108c46d7304e78a1c00f84b3 /src/plugins
parent902358b6003ad318f23131bfd158c2ec80d0069e (diff)
downloadqt-creator-f10ae79263db3324c1e33402912c2a928b3d0226.tar.gz
Move ieditorfactor.cpp and fix qbs build.
Change-Id: I6d1f6bbbc3fef66705b6f0e913857517d125dd1b Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/coreplugin/coreplugin.pro4
-rw-r--r--src/plugins/coreplugin/coreplugin.qbs1
-rw-r--r--src/plugins/coreplugin/editormanager/ieditorfactory.cpp (renamed from src/plugins/coreplugin/ieditorfactory.cpp)0
3 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/coreplugin.pro b/src/plugins/coreplugin/coreplugin.pro
index 7f607f0606..b4fcbf975a 100644
--- a/src/plugins/coreplugin/coreplugin.pro
+++ b/src/plugins/coreplugin/coreplugin.pro
@@ -36,6 +36,7 @@ SOURCES += mainwindow.cpp \
editormanager/openeditorsmodel.cpp \
editormanager/openeditorsview.cpp \
editormanager/openeditorswindow.cpp \
+ editormanager/ieditorfactory.cpp \
editormanager/iexternaleditor.cpp \
actionmanager/actionmanager.cpp \
actionmanager/command.cpp \
@@ -94,8 +95,7 @@ SOURCES += mainwindow.cpp \
featureprovider.cpp \
idocument.cpp \
textdocument.cpp \
- documentmanager.cpp \
- ieditorfactory.cpp
+ documentmanager.cpp
HEADERS += mainwindow.h \
editmode.h \
diff --git a/src/plugins/coreplugin/coreplugin.qbs b/src/plugins/coreplugin/coreplugin.qbs
index 8c73379ea2..78b6d11994 100644
--- a/src/plugins/coreplugin/coreplugin.qbs
+++ b/src/plugins/coreplugin/coreplugin.qbs
@@ -195,6 +195,7 @@ QtcPlugin {
"editormanager/ieditor.cpp",
"editormanager/ieditor.h",
"editormanager/ieditorfactory.h",
+ "editormanager/ieditorfactory.cpp",
"editormanager/iexternaleditor.cpp",
"editormanager/iexternaleditor.h",
"editormanager/openeditorsmodel.cpp",
diff --git a/src/plugins/coreplugin/ieditorfactory.cpp b/src/plugins/coreplugin/editormanager/ieditorfactory.cpp
index 33c840f7fb..33c840f7fb 100644
--- a/src/plugins/coreplugin/ieditorfactory.cpp
+++ b/src/plugins/coreplugin/editormanager/ieditorfactory.cpp