Move ieditorfactor.cpp and fix qbs build.

Change-Id: I6d1f6bbbc3fef66705b6f0e913857517d125dd1b
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Eike Ziller
2012-04-19 16:41:51 +02:00
parent 902358b600
commit f10ae79263
3 changed files with 3 additions and 2 deletions

View File

@@ -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 \

View File

@@ -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",