summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsbase.pro
blob: 497d7d732b43d6935f55f60583c2fed3d6b628da (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
TEMPLATE = lib
TARGET = VCSBase
DEFINES += VCSBASE_LIBRARY
include(../../qtcreatorplugin.pri)
include(vcsbase_dependencies.pri)
HEADERS += vcsbase_global.h \
    vcsbaseconstants.h \
    vcsplugin.h \
    corelistener.h \
    vcsbaseplugin.h \
    baseannotationhighlighter.h \
    diffhighlighter.h \
    vcsbasetextdocument.h \
    vcsbaseeditor.h \
    vcsbasesubmiteditor.h \
    basevcseditorfactory.h \
    submiteditorfile.h \
    basevcssubmiteditorfactory.h \
    submitfilemodel.h \
    vcsbasesettings.h \
    vcsbasesettingspage.h \
    nicknamedialog.h \
    basecheckoutwizard.h \
    checkoutwizarddialog.h \
    checkoutprogresswizardpage.h \
    checkoutjobs.h \
    basecheckoutwizardpage.h \
    vcsbaseoutputwindow.h \
    cleandialog.h

SOURCES += vcsplugin.cpp \
    vcsbaseplugin.cpp \
    corelistener.cpp \
    baseannotationhighlighter.cpp \
    diffhighlighter.cpp \
    vcsbasetextdocument.cpp \
    vcsbaseeditor.cpp \
    vcsbasesubmiteditor.cpp \
    basevcseditorfactory.cpp \
    submiteditorfile.cpp \
    basevcssubmiteditorfactory.cpp \
    submitfilemodel.cpp \
    vcsbasesettings.cpp \
    vcsbasesettingspage.cpp \
    nicknamedialog.cpp \
    basecheckoutwizard.cpp \
    checkoutwizarddialog.cpp \
    checkoutprogresswizardpage.cpp \
    checkoutjobs.cpp \
    basecheckoutwizardpage.cpp \
    vcsbaseoutputwindow.cpp \
    cleandialog.cpp

RESOURCES += vcsbase.qrc

FORMS += vcsbasesettingspage.ui \
    nicknamedialog.ui \
    checkoutprogresswizardpage.ui \
    basecheckoutwizardpage.ui \
    cleandialog.ui

OTHER_FILES += VCSBase.pluginspec