2008-12-02 12:01:29 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
TARGET = Core
|
|
|
|
|
DEFINES += CORE_LIBRARY
|
|
|
|
|
QT += xml \
|
|
|
|
|
script \
|
|
|
|
|
svg
|
|
|
|
|
|
|
|
|
|
include(../../qworkbenchplugin.pri)
|
|
|
|
|
include(../../libs/utils/utils.pri)
|
|
|
|
|
include(../../../shared/scriptwrapper/scriptwrapper.pri)
|
|
|
|
|
include(coreplugin_dependencies.pri)
|
|
|
|
|
INCLUDEPATH += dialogs \
|
|
|
|
|
actionmanager \
|
|
|
|
|
editormanager \
|
|
|
|
|
progressmanager \
|
|
|
|
|
scriptmanager
|
|
|
|
|
DEPENDPATH += dialogs \
|
|
|
|
|
actionmanager \
|
|
|
|
|
editormanager \
|
|
|
|
|
scriptmanager
|
|
|
|
|
SOURCES += mainwindow.cpp \
|
|
|
|
|
welcomemode.cpp \
|
|
|
|
|
editmode.cpp \
|
|
|
|
|
tabpositionindicator.cpp \
|
|
|
|
|
fancyactionbar.cpp \
|
|
|
|
|
fancytabwidget.cpp \
|
|
|
|
|
flowlayout.cpp \
|
|
|
|
|
generalsettings.cpp \
|
|
|
|
|
filemanager.cpp \
|
|
|
|
|
uniqueidmanager.cpp \
|
|
|
|
|
messagemanager.cpp \
|
|
|
|
|
messageoutputwindow.cpp \
|
|
|
|
|
outputpane.cpp \
|
|
|
|
|
vcsmanager.cpp \
|
|
|
|
|
viewmanager.cpp \
|
|
|
|
|
versiondialog.cpp \
|
|
|
|
|
editormanager/editorgroup.cpp \
|
|
|
|
|
editormanager/editormanager.cpp \
|
|
|
|
|
editormanager/stackededitorgroup.cpp \
|
|
|
|
|
editormanager/editorsplitter.cpp \
|
|
|
|
|
editormanager/openeditorsview.cpp \
|
|
|
|
|
editormanager/openeditorswindow.cpp \
|
|
|
|
|
actionmanager/actionmanager.cpp \
|
|
|
|
|
actionmanager/command.cpp \
|
|
|
|
|
actionmanager/actioncontainer.cpp \
|
|
|
|
|
actionmanager/commandsfile.cpp \
|
|
|
|
|
dialogs/saveitemsdialog.cpp \
|
|
|
|
|
dialogs/newdialog.cpp \
|
|
|
|
|
dialogs/settingsdialog.cpp \
|
|
|
|
|
dialogs/shortcutsettings.cpp \
|
|
|
|
|
dialogs/openwithdialog.cpp \
|
|
|
|
|
progressmanager/progressmanager.cpp \
|
|
|
|
|
progressmanager/progressview.cpp \
|
|
|
|
|
progressmanager/progresspie.cpp \
|
|
|
|
|
progressmanager/futureprogress.cpp \
|
|
|
|
|
scriptmanager/scriptmanager.cpp \
|
|
|
|
|
scriptmanager/qworkbench_wrapper.cpp \
|
|
|
|
|
basemode.cpp \
|
|
|
|
|
baseview.cpp \
|
|
|
|
|
coreplugin.cpp \
|
|
|
|
|
variablemanager.cpp \
|
|
|
|
|
modemanager.cpp \
|
|
|
|
|
coreimpl.cpp \
|
|
|
|
|
basefilewizard.cpp \
|
|
|
|
|
plugindialog.cpp \
|
|
|
|
|
stylehelper.cpp \
|
|
|
|
|
inavigationwidgetfactory.cpp \
|
|
|
|
|
navigationwidget.cpp \
|
|
|
|
|
manhattanstyle.cpp \
|
|
|
|
|
minisplitter.cpp \
|
|
|
|
|
styleanimator.cpp \
|
|
|
|
|
findplaceholder.cpp \
|
|
|
|
|
rightpane.cpp \
|
|
|
|
|
sidebar.cpp \
|
|
|
|
|
fileiconprovider.cpp \
|
2009-01-12 14:41:24 +01:00
|
|
|
mimedatabase.cpp \
|
|
|
|
|
icore.cpp
|
2008-12-02 12:01:29 +01:00
|
|
|
HEADERS += mainwindow.h \
|
|
|
|
|
welcomemode.h \
|
|
|
|
|
editmode.h \
|
|
|
|
|
tabpositionindicator.h \
|
|
|
|
|
fancyactionbar.h \
|
|
|
|
|
fancytabwidget.h \
|
|
|
|
|
flowlayout.h \
|
|
|
|
|
generalsettings.h \
|
|
|
|
|
filemanager.h \
|
|
|
|
|
uniqueidmanager.h \
|
|
|
|
|
messagemanager.h \
|
|
|
|
|
messageoutputwindow.h \
|
|
|
|
|
outputpane.h \
|
|
|
|
|
vcsmanager.h \
|
|
|
|
|
viewmanager.h \
|
|
|
|
|
editormanager/editorgroup.h \
|
|
|
|
|
editormanager/editormanager.h \
|
|
|
|
|
editormanager/stackededitorgroup.h \
|
|
|
|
|
editormanager/editorsplitter.h \
|
|
|
|
|
editormanager/openeditorsview.h \
|
|
|
|
|
editormanager/openeditorswindow.h \
|
|
|
|
|
editormanager/ieditor.h \
|
|
|
|
|
editormanager/ieditorfactory.h \
|
2009-01-14 12:39:59 +01:00
|
|
|
actionmanager/actioncontainer.h \
|
2009-01-13 13:39:31 +01:00
|
|
|
actionmanager/actionmanager.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
actionmanager/icommand.h \
|
2009-01-13 13:07:29 +01:00
|
|
|
actionmanager/actionmanager_p.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
actionmanager/command.h \
|
2009-01-14 12:25:54 +01:00
|
|
|
actionmanager/actioncontainer_p.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
actionmanager/commandsfile.h \
|
|
|
|
|
dialogs/saveitemsdialog.h \
|
|
|
|
|
dialogs/newdialog.h \
|
|
|
|
|
dialogs/settingsdialog.h \
|
|
|
|
|
dialogs/shortcutsettings.h \
|
|
|
|
|
dialogs/openwithdialog.h \
|
|
|
|
|
dialogs/iwizard.h \
|
|
|
|
|
dialogs/ioptionspage.h \
|
2009-01-13 13:54:45 +01:00
|
|
|
progressmanager/progressmanager_p.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
progressmanager/progressview.h \
|
|
|
|
|
progressmanager/progresspie.h \
|
|
|
|
|
progressmanager/futureprogress.h \
|
2009-01-13 14:16:36 +01:00
|
|
|
progressmanager/progressmanager.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
icontext.h \
|
|
|
|
|
icore.h \
|
|
|
|
|
ifile.h \
|
|
|
|
|
ifilefactory.h \
|
|
|
|
|
imode.h \
|
|
|
|
|
ioutputpane.h \
|
|
|
|
|
coreconstants.h \
|
|
|
|
|
iversioncontrol.h \
|
|
|
|
|
iview.h \
|
|
|
|
|
ifilewizardextension.h \
|
|
|
|
|
viewmanagerinterface.h \
|
|
|
|
|
icorelistener.h \
|
|
|
|
|
versiondialog.h \
|
|
|
|
|
scriptmanager/metatypedeclarations.h \
|
|
|
|
|
scriptmanager/qworkbench_wrapper.h \
|
2009-01-13 16:43:11 +01:00
|
|
|
scriptmanager/scriptmanager.h \
|
2009-01-13 16:03:43 +01:00
|
|
|
scriptmanager/scriptmanager_p.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
core_global.h \
|
|
|
|
|
basemode.h \
|
|
|
|
|
baseview.h \
|
|
|
|
|
coreplugin.h \
|
|
|
|
|
variablemanager.h \
|
|
|
|
|
modemanager.h \
|
|
|
|
|
coreimpl.h \
|
|
|
|
|
basefilewizard.h \
|
|
|
|
|
plugindialog.h \
|
|
|
|
|
stylehelper.h \
|
|
|
|
|
inavigationwidgetfactory.h \
|
|
|
|
|
navigationwidget.h \
|
|
|
|
|
manhattanstyle.h \
|
|
|
|
|
minisplitter.h \
|
|
|
|
|
styleanimator.h \
|
|
|
|
|
findplaceholder.h \
|
|
|
|
|
rightpane.h \
|
|
|
|
|
sidebar.h \
|
|
|
|
|
fileiconprovider.h \
|
|
|
|
|
mimedatabase.h
|
|
|
|
|
FORMS += dialogs/newdialog.ui \
|
|
|
|
|
dialogs/settingsdialog.ui \
|
|
|
|
|
dialogs/shortcutsettings.ui \
|
|
|
|
|
dialogs/saveitemsdialog.ui \
|
|
|
|
|
dialogs/openwithdialog.ui \
|
|
|
|
|
editormanager/openeditorsview.ui \
|
|
|
|
|
generalsettings.ui
|
|
|
|
|
RESOURCES += core.qrc \
|
|
|
|
|
fancyactionbar.qrc
|
|
|
|
|
|
2008-12-02 13:38:31 +01:00
|
|
|
contains(QT_CONFIG, webkit) {
|
2008-12-02 12:01:29 +01:00
|
|
|
QT += webkit
|
|
|
|
|
}
|