forked from qt-creator/qt-creator
Move ieditorfactor.cpp and fix qbs build.
Change-Id: I6d1f6bbbc3fef66705b6f0e913857517d125dd1b Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user