aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/syntax-highlighting.pro
blob: 38127e1cfe06448752d0dc615880885e9a914908 (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
include(../../../qtcreatorlibrary.pri)
include(autogenerated/autogenerated.pri)

QT += network

DEFINES += KSYNTAXHIGHLIGHTING_LIBRARY

RESOURCES += \
    data/themes/theme-data.qrc

HEADERS += \
    src/lib/abstracthighlighter.h \
    src/lib/abstracthighlighter_p.h \
    src/lib/context_p.h \
    src/lib/contextswitch_p.h \
    src/lib/definition.h \
    src/lib/definition_p.h \
    src/lib/definitiondownloader.h \
    src/lib/definitionref_p.h \
    src/lib/foldingregion.h \
    src/lib/format.h \
    src/lib/format_p.h \
    src/lib/htmlhighlighter.h \
    src/lib/keywordlist_p.h \
    src/lib/ksyntaxhighlighting_export.h \
    src/lib/matchresult_p.h \
    src/lib/repository.h \
    src/lib/repository_p.h \
    src/lib/rule_p.h \
    src/lib/state.h \
    src/lib/state_p.h \
    src/lib/syntaxhighlighter.h \
    src/lib/textstyledata_p.h \
    src/lib/theme.h \
    src/lib/themedata_p.h \
    src/lib/wildcardmatcher_p.h \
    src/lib/xml_p.h \

SOURCES += \
    src/lib/abstracthighlighter.cpp \
    src/lib/context.cpp \
    src/lib/contextswitch.cpp \
    src/lib/definition.cpp \
    src/lib/definitiondownloader.cpp \
    src/lib/foldingregion.cpp \
    src/lib/format.cpp \
    src/lib/htmlhighlighter.cpp \
    src/lib/keywordlist.cpp \
    src/lib/repository.cpp \
    src/lib/rule.cpp \
    src/lib/state.cpp \
    src/lib/syntaxhighlighter.cpp \
    src/lib/theme.cpp \
    src/lib/themedata.cpp \
    src/lib/wildcardmatcher.cpp \