aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri
blob: ce809e9efbd87cdc2aed3e34cab60fb4ef5fe349 (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
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/clangrefactoringbackend_global.h \
    $$PWD/sourcerangefilter.h \
    $$PWD/symbolindexer.h \
    $$PWD/symbolentry.h \
    $$PWD/sourcelocationentry.h \
    $$PWD/symbolscollectorinterface.h \
    $$PWD/symbolstorageinterface.h \
    $$PWD/symbolstorage.h \
    $$PWD/symbolindexing.h \
    $$PWD/symbolindexinginterface.h \
    $$PWD/collectmacrospreprocessorcallbacks.h \
    $$PWD/projectpartentry.h \
    $$PWD/usedmacro.h \
    $$PWD/sourcedependency.h \
    $$PWD/sourcesmanager.h \
    $$PWD/symbolindexertaskqueue.h \
    $$PWD/symbolindexertaskqueueinterface.h \
    $$PWD/symbolindexertask.h

!isEmpty(LIBTOOLING_LIBS) {
SOURCES += \
    $$PWD/refactoringcompilationdatabase.cpp \
    $$PWD/refactoringserver.cpp \
    $$PWD/macropreprocessorcallbacks.cpp \
    $$PWD/clangquery.cpp \
    $$PWD/clangtool.cpp \
    $$PWD/sourcerangeextractor.cpp \
    $$PWD/locationsourcefilecallbacks.cpp \
    $$PWD/collectsymbolsaction.cpp \
    $$PWD/collectmacrossourcefilecallbacks.cpp \
    $$PWD/symbolscollector.cpp \
    $$PWD/filestatuspreprocessorcallbacks.cpp \
    $$PWD/clangquerygatherer.cpp \
    $$PWD/symbolindexing.cpp \
    $$PWD/indexdataconsumer.cpp

HEADERS += \
    $$PWD/refactoringcompilationdatabase.h \
    $$PWD/refactoringserver.h \
    $$PWD/macropreprocessorcallbacks.h \
    $$PWD/sourcelocationsutils.h \
    $$PWD/clangquery.h \
    $$PWD/clangtool.h \
    $$PWD/sourcerangeextractor.h \
    $$PWD/locationsourcefilecallbacks.h \
    $$PWD/collectsymbolsaction.h \
    $$PWD/collectmacrossourcefilecallbacks.h \
    $$PWD/symbolscollector.h \
    $$PWD/symbolsvisitorbase.h \
    $$PWD/indexdataconsumer.h \
    $$PWD/filestatuspreprocessorcallbacks.h \
    $$PWD/clangquerygatherer.h
}

SOURCES += \
    $$PWD/sourcerangefilter.cpp \
    $$PWD/symbolindexer.cpp