summaryrefslogtreecommitdiff
path: root/src/tools/codemodelbackend/ipcsource/codemodelbackendclangipc-source.pri
blob: 486f91e6fd964761b13e9802146bc1b4c2946498 (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
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

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