aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbase.pro
blob: 90ba9e848de154fcfd9f6a8bb64d7940a8a481ba (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
63
64
65
66
67
68
DEFINES += VCSBASE_LIBRARY
include(../../qtcreatorplugin.pri)
HEADERS += vcsbase_global.h \
    vcsbaseconstants.h \
    vcsprojectcache.h \
    wizard/vcsconfigurationpage.h \
    wizard/vcscommandpage.h \
    wizard/vcsjsextension.h \
    vcsplugin.h \
    vcsbaseplugin.h \
    baseannotationhighlighter.h \
    diffandloghighlighter.h \
    vcsbaseeditor.h \
    vcsbasesubmiteditor.h \
    basevcseditorfactory.h \
    submiteditorfile.h \
    basevcssubmiteditorfactory.h \
    submitfilemodel.h \
    commonvcssettings.h \
    commonsettingspage.h \
    nicknamedialog.h \
    vcsoutputwindow.h \
    cleandialog.h \
    vcsbaseoptionspage.h \
    vcscommand.h \
    vcsbaseclient.h \
    vcsbaseclientsettings.h \
    vcsbaseeditorconfig.h \
    submitfieldwidget.h \
    submiteditorwidget.h \
    vcsbasediffeditorcontroller.h

SOURCES += vcsplugin.cpp \
    vcsbaseplugin.cpp \
    vcsprojectcache.cpp \
    wizard/vcsconfigurationpage.cpp \
    wizard/vcscommandpage.cpp \
    wizard/vcsjsextension.cpp \
    baseannotationhighlighter.cpp \
    diffandloghighlighter.cpp \
    vcsbaseeditor.cpp \
    vcsbasesubmiteditor.cpp \
    basevcseditorfactory.cpp \
    submiteditorfile.cpp \
    basevcssubmiteditorfactory.cpp \
    submitfilemodel.cpp \
    commonvcssettings.cpp \
    commonsettingspage.cpp \
    nicknamedialog.cpp \
    vcsoutputwindow.cpp \
    cleandialog.cpp \
    vcsbaseoptionspage.cpp \
    vcscommand.cpp \
    vcsbaseclient.cpp \
    vcsbaseclientsettings.cpp \
    vcsbaseeditorconfig.cpp \
    submitfieldwidget.cpp \
    submiteditorwidget.cpp \
    vcsbasediffeditorcontroller.cpp

RESOURCES += vcsbase.qrc

FORMS += commonsettingspage.ui \
    nicknamedialog.ui \
    cleandialog.ui \
    submiteditorwidget.ui

equals(TEST, 1): DEFINES += "SRC_DIR=\\\"$$IDE_SOURCE_TREE\\\""