2008-12-02 12:01:29 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
TARGET = Core
|
|
|
|
|
DEFINES += CORE_LIBRARY
|
|
|
|
|
QT += xml \
|
2009-05-11 15:43:36 +02:00
|
|
|
network \
|
2008-12-02 12:01:29 +01:00
|
|
|
script \
|
2009-05-19 19:20:53 +02:00
|
|
|
sql
|
2010-06-11 13:11:37 +02:00
|
|
|
CONFIG += help
|
2009-05-08 11:29:56 +02:00
|
|
|
include(../../qtcreatorplugin.pri)
|
2008-12-02 12:01:29 +01:00
|
|
|
include(../../libs/utils/utils.pri)
|
2009-01-26 16:19:24 +01:00
|
|
|
include(../../shared/scriptwrapper/scriptwrapper.pri)
|
2008-12-02 12:01:29 +01:00
|
|
|
include(coreplugin_dependencies.pri)
|
2010-07-23 11:20:34 +02:00
|
|
|
win32-msvc*:QMAKE_CXXFLAGS += -wd4251 -wd4290 -wd4250
|
2008-12-02 12:01:29 +01:00
|
|
|
INCLUDEPATH += dialogs \
|
|
|
|
|
actionmanager \
|
|
|
|
|
editormanager \
|
|
|
|
|
progressmanager \
|
|
|
|
|
scriptmanager
|
|
|
|
|
DEPENDPATH += dialogs \
|
|
|
|
|
actionmanager \
|
|
|
|
|
editormanager \
|
|
|
|
|
scriptmanager
|
|
|
|
|
SOURCES += mainwindow.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 \
|
2009-12-09 11:05:18 +01:00
|
|
|
statusbarmanager.cpp \
|
2008-12-02 12:01:29 +01:00
|
|
|
versiondialog.cpp \
|
|
|
|
|
editormanager/editormanager.cpp \
|
2009-01-16 17:34:34 +01:00
|
|
|
editormanager/editorview.cpp \
|
2009-07-03 13:10:04 +02:00
|
|
|
editormanager/openeditorsmodel.cpp \
|
2008-12-02 12:01:29 +01:00
|
|
|
editormanager/openeditorsview.cpp \
|
|
|
|
|
editormanager/openeditorswindow.cpp \
|
2009-05-19 14:54:52 +02:00
|
|
|
editormanager/iexternaleditor.cpp \
|
2008-12-02 12:01:29 +01:00
|
|
|
actionmanager/actionmanager.cpp \
|
|
|
|
|
actionmanager/command.cpp \
|
|
|
|
|
actionmanager/actioncontainer.cpp \
|
|
|
|
|
actionmanager/commandsfile.cpp \
|
|
|
|
|
dialogs/saveitemsdialog.cpp \
|
|
|
|
|
dialogs/newdialog.cpp \
|
|
|
|
|
dialogs/settingsdialog.cpp \
|
2010-03-10 11:21:56 +01:00
|
|
|
actionmanager/commandmappings.cpp \
|
2008-12-02 12:01:29 +01:00
|
|
|
dialogs/shortcutsettings.cpp \
|
|
|
|
|
dialogs/openwithdialog.cpp \
|
|
|
|
|
progressmanager/progressmanager.cpp \
|
|
|
|
|
progressmanager/progressview.cpp \
|
2010-02-25 18:53:42 +01:00
|
|
|
progressmanager/progressbar.cpp \
|
2008-12-02 12:01:29 +01:00
|
|
|
progressmanager/futureprogress.cpp \
|
|
|
|
|
scriptmanager/scriptmanager.cpp \
|
2009-12-08 19:14:39 +01:00
|
|
|
statusbarwidget.cpp \
|
2008-12-02 12:01:29 +01:00
|
|
|
coreplugin.cpp \
|
|
|
|
|
variablemanager.cpp \
|
|
|
|
|
modemanager.cpp \
|
|
|
|
|
coreimpl.cpp \
|
|
|
|
|
basefilewizard.cpp \
|
|
|
|
|
plugindialog.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 \
|
2009-04-24 16:00:19 +02:00
|
|
|
icore.cpp \
|
|
|
|
|
editormanager/ieditor.cpp \
|
2009-05-07 15:50:26 +02:00
|
|
|
dialogs/ioptionspage.cpp \
|
2009-05-19 19:20:53 +02:00
|
|
|
dialogs/iwizard.cpp \
|
2009-07-31 16:49:26 +02:00
|
|
|
settingsdatabase.cpp \
|
2010-02-16 16:11:51 +01:00
|
|
|
eventfilteringmainwindow.cpp \
|
2010-02-22 14:28:37 +01:00
|
|
|
imode.cpp \
|
2010-02-26 11:08:17 +01:00
|
|
|
editormanager/systemeditor.cpp \
|
2010-03-09 09:42:22 +01:00
|
|
|
designmode.cpp \
|
2010-04-26 11:43:25 +02:00
|
|
|
editortoolbar.cpp \
|
2010-07-12 09:33:22 +02:00
|
|
|
helpmanager.cpp \
|
2010-09-16 12:26:28 +02:00
|
|
|
outputpanemanager.cpp \
|
|
|
|
|
navigationsubwidget.cpp \
|
2010-09-24 17:30:10 +02:00
|
|
|
sidebarwidget.cpp \
|
2010-11-10 08:49:19 +01:00
|
|
|
rssfetcher.cpp \
|
|
|
|
|
externaltool.cpp
|
2010-02-26 11:08:17 +01:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
HEADERS += mainwindow.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 \
|
2009-12-09 11:05:18 +01:00
|
|
|
statusbarmanager.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
editormanager/editormanager.h \
|
2009-01-16 17:34:34 +01:00
|
|
|
editormanager/editorview.h \
|
2009-07-03 13:10:04 +02:00
|
|
|
editormanager/openeditorsmodel.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
editormanager/openeditorsview.h \
|
|
|
|
|
editormanager/openeditorswindow.h \
|
|
|
|
|
editormanager/ieditor.h \
|
2009-05-19 14:54:52 +02:00
|
|
|
editormanager/iexternaleditor.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
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 \
|
2009-01-14 13:17:53 +01:00
|
|
|
actionmanager/command.h \
|
2009-01-13 13:07:29 +01:00
|
|
|
actionmanager/actionmanager_p.h \
|
2009-01-14 12:58:06 +01:00
|
|
|
actionmanager/command_p.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 \
|
2010-03-10 11:21:56 +01:00
|
|
|
actionmanager/commandmappings.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
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 \
|
2010-02-25 18:53:42 +01:00
|
|
|
progressmanager/progressbar.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
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 \
|
|
|
|
|
ifilewizardextension.h \
|
|
|
|
|
icorelistener.h \
|
|
|
|
|
versiondialog.h \
|
|
|
|
|
scriptmanager/metatypedeclarations.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 \
|
2009-12-08 19:14:39 +01:00
|
|
|
statusbarwidget.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
coreplugin.h \
|
|
|
|
|
variablemanager.h \
|
|
|
|
|
modemanager.h \
|
|
|
|
|
coreimpl.h \
|
|
|
|
|
basefilewizard.h \
|
|
|
|
|
plugindialog.h \
|
|
|
|
|
inavigationwidgetfactory.h \
|
|
|
|
|
navigationwidget.h \
|
|
|
|
|
manhattanstyle.h \
|
|
|
|
|
minisplitter.h \
|
|
|
|
|
styleanimator.h \
|
|
|
|
|
findplaceholder.h \
|
|
|
|
|
rightpane.h \
|
|
|
|
|
sidebar.h \
|
|
|
|
|
fileiconprovider.h \
|
2009-05-19 19:20:53 +02:00
|
|
|
mimedatabase.h \
|
2009-07-31 16:49:26 +02:00
|
|
|
settingsdatabase.h \
|
2010-02-22 14:28:37 +01:00
|
|
|
eventfilteringmainwindow.h \
|
2010-02-26 11:08:17 +01:00
|
|
|
editormanager/systemeditor.h \
|
2010-03-09 09:42:22 +01:00
|
|
|
designmode.h \
|
2010-04-26 11:43:25 +02:00
|
|
|
editortoolbar.h \
|
2010-07-12 09:33:22 +02:00
|
|
|
helpmanager.h \
|
2010-09-16 12:26:28 +02:00
|
|
|
outputpanemanager.h \
|
|
|
|
|
navigationsubwidget.h \
|
2010-09-24 17:30:10 +02:00
|
|
|
sidebarwidget.h \
|
2010-11-10 08:49:19 +01:00
|
|
|
rssfetcher.h \
|
|
|
|
|
externaltool.h
|
2010-02-26 11:08:17 +01:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
FORMS += dialogs/newdialog.ui \
|
2010-03-10 11:21:56 +01:00
|
|
|
actionmanager/commandmappings.ui \
|
2008-12-02 12:01:29 +01:00
|
|
|
dialogs/saveitemsdialog.ui \
|
|
|
|
|
dialogs/openwithdialog.ui \
|
|
|
|
|
editormanager/openeditorsview.ui \
|
2009-07-31 16:49:26 +02:00
|
|
|
generalsettings.ui
|
2008-12-02 12:01:29 +01:00
|
|
|
RESOURCES += core.qrc \
|
|
|
|
|
fancyactionbar.qrc
|
2009-11-26 15:51:10 +01:00
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
|
SOURCES += progressmanager/progressmanager_win.cpp
|
2009-11-30 19:38:02 +01:00
|
|
|
LIBS += -lole32
|
2009-11-26 15:51:10 +01:00
|
|
|
}
|
|
|
|
|
else:macx {
|
|
|
|
|
OBJECTIVE_SOURCES += progressmanager/progressmanager_mac.mm
|
|
|
|
|
LIBS += -framework AppKit
|
|
|
|
|
}
|
|
|
|
|
else:unix {
|
|
|
|
|
SOURCES += progressmanager/progressmanager_x11.cpp
|
|
|
|
|
|
2009-01-23 14:00:41 +01:00
|
|
|
images.files = images/qtcreator_logo_*.png
|
2009-04-24 16:00:19 +02:00
|
|
|
images.path = /share/pixmaps
|
2009-01-23 14:00:41 +01:00
|
|
|
INSTALLS += images
|
|
|
|
|
}
|
2010-11-01 18:51:20 +01:00
|
|
|
OTHER_FILES += editormanager/BinFiles.mimetypes.xml ide_version.h.in
|
|
|
|
|
|
|
|
|
|
QMAKE_SUBSTITUTES += ide_version.h.in
|