forked from qt-creator/qt-creator
37 lines
812 B
Prolog
37 lines
812 B
Prolog
|
|
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 \
|
||
|
|
cvsoutputwindow.h \
|
||
|
|
settingspage.h \
|
||
|
|
cvseditor.h \
|
||
|
|
cvssubmiteditor.h \
|
||
|
|
cvssettings.h \
|
||
|
|
cvsutils.h \
|
||
|
|
cvsconstants.h
|
||
|
|
|
||
|
|
SOURCES += annotationhighlighter.cpp \
|
||
|
|
cvsplugin.cpp \
|
||
|
|
cvscontrol.cpp \
|
||
|
|
cvsoutputwindow.cpp \
|
||
|
|
settingspage.cpp \
|
||
|
|
cvseditor.cpp \
|
||
|
|
cvssubmiteditor.cpp \
|
||
|
|
cvssettings.cpp \
|
||
|
|
cvsutils.cpp
|
||
|
|
|
||
|
|
FORMS += settingspage.ui
|
||
|
|
|
||
|
|
RESOURCES += cvs.qrc
|
||
|
|
|
||
|
|
OTHER_FILES += CVS.pluginspec
|