summaryrefslogtreecommitdiffstats
path: root/plugins/fossil/fossil.pro
blob: 31946520b1aa9e3566080ad915ef90d4e4e848aa (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
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE)
isEmpty(IDE_SOURCE_TREE): error("You need to set the environment variable QTC_SOURCE to point to the directory where the Qt Creator sources are")

isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD)
isEmpty(IDE_BUILD_TREE): error("You need to set the environment variable QTC_BUILD to point to the directory where Qt Creator was built")

include($$IDE_SOURCE_TREE/src/qtcreatorplugin.pri)
SOURCES += \
    fossilclient.cpp \
    fossilcontrol.cpp \
    fossilplugin.cpp \
    optionspage.cpp \
    fossilsettings.cpp \
    commiteditor.cpp \
    fossilcommitwidget.cpp \
    fossileditor.cpp \
    annotationhighlighter.cpp \
    pullorpushdialog.cpp \
    branchinfo.cpp \
    configuredialog.cpp \
    revisioninfo.cpp \
    wizard/fossiljsextension.cpp
HEADERS += \
    fossilclient.h \
    constants.h \
    fossilcontrol.h \
    fossilplugin.h \
    optionspage.h \
    fossilsettings.h \
    commiteditor.h \
    fossilcommitwidget.h \
    fossileditor.h \
    annotationhighlighter.h \
    pullorpushdialog.h \
    branchinfo.h \
    configuredialog.h \
    revisioninfo.h \
    wizard/fossiljsextension.h
FORMS += \
    optionspage.ui \
    revertdialog.ui \
    fossilcommitpanel.ui \
    pullorpushdialog.ui \
    configuredialog.ui
RESOURCES += fossil.qrc