aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs/cvs.pro
blob: be1d4af402dbe8fa7116108d9ae1f3f13fb8e240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
include(../../qtcreatorplugin.pri)

HEADERS += annotationhighlighter.h \
    cvsplugin.h \
    cvsclient.h \
    cvscontrol.h \
    settingspage.h \
    cvseditor.h \
    cvssubmiteditor.h \
    cvssettings.h \
    cvsutils.h \
    cvsconstants.h \
    checkoutwizard.h  \
    checkoutwizardpage.h

SOURCES += annotationhighlighter.cpp \
    cvsplugin.cpp \
    cvsclient.cpp \
    cvscontrol.cpp \
    settingspage.cpp \
    cvseditor.cpp \
    cvssubmiteditor.cpp \
    cvssettings.cpp \
    cvsutils.cpp \
    checkoutwizard.cpp \
    checkoutwizardpage.cpp

FORMS += settingspage.ui

RESOURCES += cvs.qrc