2009-07-15 12:28:40 +02:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
TARGET = CVS
|
|
|
|
|
|
|
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
include(../../plugins/projectexplorer/projectexplorer.pri)
|
|
|
|
|
include(../../plugins/texteditor/texteditor.pri)
|
|
|
|
|
include(../../plugins/coreplugin/coreplugin.pri)
|
|
|
|
|
include(../../plugins/vcsbase/vcsbase.pri)
|
|
|
|
|
include(../../libs/utils/utils.pri)
|
|
|
|
|
|
|
|
|
|
HEADERS += annotationhighlighter.h \
|
|
|
|
|
cvsplugin.h \
|
|
|
|
|
cvscontrol.h \
|
|
|
|
|
settingspage.h \
|
|
|
|
|
cvseditor.h \
|
|
|
|
|
cvssubmiteditor.h \
|
|
|
|
|
cvssettings.h \
|
|
|
|
|
cvsutils.h \
|
2009-07-20 09:23:00 +02:00
|
|
|
cvsconstants.h \
|
|
|
|
|
checkoutwizard.h \
|
|
|
|
|
checkoutwizardpage.h
|
2009-07-15 12:28:40 +02:00
|
|
|
|
|
|
|
|
SOURCES += annotationhighlighter.cpp \
|
|
|
|
|
cvsplugin.cpp \
|
|
|
|
|
cvscontrol.cpp \
|
|
|
|
|
settingspage.cpp \
|
|
|
|
|
cvseditor.cpp \
|
|
|
|
|
cvssubmiteditor.cpp \
|
|
|
|
|
cvssettings.cpp \
|
2009-07-20 09:23:00 +02:00
|
|
|
cvsutils.cpp \
|
|
|
|
|
checkoutwizard.cpp \
|
|
|
|
|
checkoutwizardpage.cpp
|
2009-07-15 12:28:40 +02:00
|
|
|
|
|
|
|
|
FORMS += settingspage.ui
|
|
|
|
|
|
|
|
|
|
RESOURCES += cvs.qrc
|
|
|
|
|
|
|
|
|
|
OTHER_FILES += CVS.pluginspec
|