forked from qt-creator/qt-creator
Remove script manager and script debugger engine.
Doesn't really serve a purpose any more. Change-Id: I8c3bc11bf7b05a15eafd2a22456a40b270cefadf Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -15,8 +15,7 @@ win32-msvc*:QMAKE_CXXFLAGS += -wd4251 -wd4290 -wd4250
|
||||
INCLUDEPATH += dialogs \
|
||||
actionmanager \
|
||||
editormanager \
|
||||
progressmanager \
|
||||
scriptmanager
|
||||
progressmanager
|
||||
SOURCES += mainwindow.cpp \
|
||||
editmode.cpp \
|
||||
tabpositionindicator.cpp \
|
||||
@@ -55,7 +54,6 @@ SOURCES += mainwindow.cpp \
|
||||
progressmanager/progressview.cpp \
|
||||
progressmanager/progressbar.cpp \
|
||||
progressmanager/futureprogress.cpp \
|
||||
scriptmanager/scriptmanager.cpp \
|
||||
statusbarwidget.cpp \
|
||||
coreplugin.cpp \
|
||||
variablemanager.cpp \
|
||||
@@ -155,9 +153,6 @@ HEADERS += mainwindow.h \
|
||||
ifilewizardextension.h \
|
||||
icorelistener.h \
|
||||
versiondialog.h \
|
||||
scriptmanager/metatypedeclarations.h \
|
||||
scriptmanager/scriptmanager.h \
|
||||
scriptmanager/scriptmanager_p.h \
|
||||
core_global.h \
|
||||
statusbarwidget.h \
|
||||
coreplugin.h \
|
||||
|
||||
Reference in New Issue
Block a user