aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/codemodelbackend/ipcsource/codemodelbackendclangipc-source.pri
blob: 4e8800de028701f4e6be5c2dbfa6ef7621bb5f7c (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
INCLUDEPATH += $$PWD

HEADERS += $$PWD/clangipcserver.h \
    $$PWD/codecompleter.h \
    $$PWD/clangstring.h \
    $$PWD/translationunit.h \
    $$PWD/translationunitisnullexception.h \
    $$PWD/codecompletefailedexception.h \
    $$PWD/clangcodecompleteresults.h \
    $$PWD/codecompletionsextractor.h \
    $$PWD/unsavedfiles.h \
    $$PWD/projects.h \
    $$PWD/translationunits.h \
    $$PWD/translationunitparseerrorexception.h \
    $$PWD/projectpart.h \
    $$PWD/translationunitfilenotexitexception.h \
    $$PWD/translationunitdoesnotexistexception.h \
    $$PWD/projectpartsdonotexistexception.h \
    $$PWD/codecompletionchunkconverter.h

SOURCES += $$PWD/clangipcserver.cpp \
    $$PWD/codecompleter.cpp \
    $$PWD/clangstring.cpp \
    $$PWD/translationunit.cpp \
    $$PWD/translationunitisnullexception.cpp \
    $$PWD/codecompletefailedexception.cpp \
    $$PWD/clangcodecompleteresults.cpp \
    $$PWD/codecompletionsextractor.cpp \
    $$PWD/unsavedfiles.cpp \
    $$PWD/projects.cpp \
    $$PWD/translationunits.cpp \
    $$PWD/translationunitparseerrorexception.cpp \
    $$PWD/projectpart.cpp \
    $$PWD/translationunitfilenotexitexception.cpp \
    $$PWD/translationunitdoesnotexistexception.cpp \
    $$PWD/projectpartsdonotexistexception.cpp \
    $$PWD/codecompletionchunkconverter.cpp