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/openeditorsmodel.cpp \
|
||||||
editormanager/openeditorsview.cpp \
|
editormanager/openeditorsview.cpp \
|
||||||
editormanager/openeditorswindow.cpp \
|
editormanager/openeditorswindow.cpp \
|
||||||
|
editormanager/ieditorfactory.cpp \
|
||||||
editormanager/iexternaleditor.cpp \
|
editormanager/iexternaleditor.cpp \
|
||||||
actionmanager/actionmanager.cpp \
|
actionmanager/actionmanager.cpp \
|
||||||
actionmanager/command.cpp \
|
actionmanager/command.cpp \
|
||||||
@@ -94,8 +95,7 @@ SOURCES += mainwindow.cpp \
|
|||||||
featureprovider.cpp \
|
featureprovider.cpp \
|
||||||
idocument.cpp \
|
idocument.cpp \
|
||||||
textdocument.cpp \
|
textdocument.cpp \
|
||||||
documentmanager.cpp \
|
documentmanager.cpp
|
||||||
ieditorfactory.cpp
|
|
||||||
|
|
||||||
HEADERS += mainwindow.h \
|
HEADERS += mainwindow.h \
|
||||||
editmode.h \
|
editmode.h \
|
||||||
|
|||||||
@@ -195,6 +195,7 @@ QtcPlugin {
|
|||||||
"editormanager/ieditor.cpp",
|
"editormanager/ieditor.cpp",
|
||||||
"editormanager/ieditor.h",
|
"editormanager/ieditor.h",
|
||||||
"editormanager/ieditorfactory.h",
|
"editormanager/ieditorfactory.h",
|
||||||
|
"editormanager/ieditorfactory.cpp",
|
||||||
"editormanager/iexternaleditor.cpp",
|
"editormanager/iexternaleditor.cpp",
|
||||||
"editormanager/iexternaleditor.h",
|
"editormanager/iexternaleditor.h",
|
||||||
"editormanager/openeditorsmodel.cpp",
|
"editormanager/openeditorsmodel.cpp",
|
||||||
|
|||||||
Reference in New Issue
Block a user