summaryrefslogtreecommitdiff
path: root/src/libs/clangbackendipc/clangbackendipc-lib.pri
blob: e930763843aef460c69cf86f52dfb314c493cc62 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
shared {
    DEFINES += CLANGBACKENDIPC_BUILD_LIB
} else {
    DEFINES += CLANGBACKENDIPC_BUILD_STATIC_LIB
}

QT += network

INCLUDEPATH += $$PWD

SOURCES += $$PWD/clangcodemodelserverinterface.cpp \
    $$PWD/clangcodemodelserverproxy.cpp \
    $$PWD/clangcodemodelclientinterface.cpp \
    $$PWD/cmbendmessage.cpp \
    $$PWD/cmbalivemessage.cpp \
    $$PWD/clangcodemodelclientproxy.cpp \
    $$PWD/writemessageblock.cpp \
    $$PWD/readmessageblock.cpp \
    $$PWD/ipcinterface.cpp \
    $$PWD/connectionserver.cpp \
    $$PWD/connectionclient.cpp \
    $$PWD/cmbechomessage.cpp \
    $$PWD/cmbregistertranslationunitsforeditormessage.cpp \
    $$PWD/filecontainer.cpp \
    $$PWD/cmbunregistertranslationunitsforeditormessage.cpp \
    $$PWD/cmbcompletecodemessage.cpp \
    $$PWD/cmbcodecompletedmessage.cpp \
    $$PWD/codecompletion.cpp \
    $$PWD/cmbregisterprojectsforeditormessage.cpp \
    $$PWD/cmbunregisterprojectsforeditormessage.cpp \
    $$PWD/translationunitdoesnotexistmessage.cpp \
    $$PWD/codecompletionchunk.cpp \
    $$PWD/projectpartcontainer.cpp \
    $$PWD/projectpartsdonotexistmessage.cpp \
    $$PWD/lineprefixer.cpp \
    $$PWD/clangbackendipcdebugutils.cpp \
    $$PWD/diagnosticcontainer.cpp \
    $$PWD/sourcerangecontainer.cpp \
    $$PWD/sourcelocationcontainer.cpp \
    $$PWD/fixitcontainer.cpp \
    $$PWD/requestdocumentannotations.cpp \
    $$PWD/requestreferencesmessage.cpp \
    $$PWD/registerunsavedfilesforeditormessage.cpp \
    $$PWD/unregisterunsavedfilesforeditormessage.cpp \
    $$PWD/updatetranslationunitsforeditormessage.cpp \
    $$PWD/updatevisibletranslationunitsmessage.cpp \
    $$PWD/highlightingmarkcontainer.cpp \
    $$PWD/refactoringclientinterface.cpp \
    $$PWD/messageenvelop.cpp \
    $$PWD/refactoringserverinterface.cpp \
    $$PWD/refactoringserverproxy.cpp \
    $$PWD/ipcclientinterface.cpp \
    $$PWD/ipcserverinterface.cpp \
    $$PWD/clangcodemodelconnectionclient.cpp \
    $$PWD/documentannotationschangedmessage.cpp \
    $$PWD/referencesmessage.cpp \
    $$PWD/refactoringclientproxy.cpp \
    $$PWD/sourcelocationscontainer.cpp \
    $$PWD/sourcelocationcontainerv2.cpp \
    $$PWD/sourcelocationsforrenamingmessage.cpp \
    $$PWD/requestsourcelocationforrenamingmessage.cpp \
    $$PWD/filepath.cpp \
    $$PWD/sourcerangescontainer.cpp \
    $$PWD/sourcefilepathcontainerbase.cpp \
    $$PWD/sourcerangecontainerv2.cpp \
    $$PWD/dynamicastmatcherdiagnosticcontainer.cpp \
    $$PWD/dynamicastmatcherdiagnosticcontextcontainer.cpp \
    $$PWD/dynamicastmatcherdiagnosticmessagecontainer.cpp \
    $$PWD/requestsourcerangesanddiagnosticsforquerymessage.cpp \
    $$PWD/sourcerangesanddiagnosticsforquerymessage.cpp \
    $$PWD/sourcerangewithtextcontainer.cpp \
    $$PWD/filecontainerv2.cpp \
    $$PWD/cancelmessage.cpp \
    $$PWD/pchmanagerclientinterface.cpp \
    $$PWD/pchmanagerserverinterface.cpp \
    $$PWD/projectpartcontainerv2.cpp \
    $$PWD/updatepchprojectpartsmessage.cpp \
    $$PWD/pchmanagerserverproxy.cpp \
    $$PWD/pchmanagerclientproxy.cpp \
    $$PWD/projectpartpch.cpp \
    $$PWD/precompiledheadersupdatedmessage.cpp \
    $$PWD/removepchprojectpartsmessage.cpp \
    $$PWD/sourcerangesforquerymessage.cpp \
    $$PWD/requestsourcerangesforquerymessage.cpp

HEADERS += \
    $$PWD/clangcodemodelserverinterface.h \
    $$PWD/clangcodemodelserverproxy.h \
    $$PWD/clangcodemodelclientinterface.h \
    $$PWD/cmbendmessage.h \
    $$PWD/cmbalivemessage.h \
    $$PWD/clangcodemodelclientproxy.h \
    $$PWD/writemessageblock.h \
    $$PWD/readmessageblock.h \
    $$PWD/ipcinterface.h \
    $$PWD/connectionserver.h \
    $$PWD/connectionclient.h \
    $$PWD/cmbechomessage.h \
    $$PWD/cmbregistertranslationunitsforeditormessage.h \
    $$PWD/filecontainer.h \
    $$PWD/cmbunregistertranslationunitsforeditormessage.h \
    $$PWD/cmbcompletecodemessage.h \
    $$PWD/cmbcodecompletedmessage.h \
    $$PWD/codecompletion.h \
    $$PWD/cmbregisterprojectsforeditormessage.h \
    $$PWD/cmbunregisterprojectsforeditormessage.h \
    $$PWD/translationunitdoesnotexistmessage.h \
    $$PWD/codecompletionchunk.h \
    $$PWD/projectpartcontainer.h \
    $$PWD/projectpartsdonotexistmessage.h \
    $$PWD/clangbackendipc_global.h \
    $$PWD/lineprefixer.h \
    $$PWD/clangbackendipcdebugutils.h \
    $$PWD/diagnosticcontainer.h \
    $$PWD/sourcerangecontainer.h \
    $$PWD/sourcelocationcontainer.h \
    $$PWD/fixitcontainer.h \
    $$PWD/requestdocumentannotations.h \
    $$PWD/referencesmessage.h \
    $$PWD/requestreferencesmessage.h \
    $$PWD/registerunsavedfilesforeditormessage.h \
    $$PWD/unregisterunsavedfilesforeditormessage.h \
    $$PWD/updatetranslationunitsforeditormessage.h \
    $$PWD/updatevisibletranslationunitsmessage.h \
    $$PWD/highlightingmarkcontainer.h \
    $$PWD/messageenvelop.h \
    $$PWD/ipcclientinterface.h \
    $$PWD/ipcserverinterface.h \
    $$PWD/clangcodemodelconnectionclient.h \
    $$PWD/documentannotationschangedmessage.h \
    $$PWD/refactoringclientinterface.h \
    $$PWD/refactoringserverinterface.h \
    $$PWD/refactoringserverproxy.h \
    $$PWD/refactoringclientproxy.h \
    $$PWD/sourcelocationscontainer.h \
    $$PWD/sourcelocationcontainerv2.h \
    $$PWD/sourcelocationsforrenamingmessage.h \
    $$PWD/requestsourcelocationforrenamingmessage.h \
    $$PWD/filepath.h \
    $$PWD/sourcerangescontainer.h \
    $$PWD/sourcefilepathcontainerbase.h \
    $$PWD/sourcerangecontainerv2.h \
    $$PWD/dynamicmatcherdiagnostics.h \
    $$PWD/dynamicastmatcherdiagnosticcontainer.h \
    $$PWD/dynamicastmatcherdiagnosticcontextcontainer.h \
    $$PWD/dynamicastmatcherdiagnosticmessagecontainer.h \
    $$PWD/requestsourcerangesanddiagnosticsforquerymessage.h \
    $$PWD/sourcerangesanddiagnosticsforquerymessage.h \
    $$PWD/sourcerangewithtextcontainer.h \
    $$PWD/filecontainerv2.h \
    $$PWD/cancelmessage.h \
    $$PWD/pchmanagerclientinterface.h \
    $$PWD/pchmanagerserverinterface.h \
    $$PWD/projectpartcontainerv2.h \
    $$PWD/updatepchprojectpartsmessage.h \
    $$PWD/pchmanagerserverproxy.h \
    $$PWD/pchmanagerclientproxy.h \
    $$PWD/projectpartpch.h \
    $$PWD/precompiledheadersupdatedmessage.h \
    $$PWD/stringcache.h \
    $$PWD/removepchprojectpartsmessage.h \
    $$PWD/clangcodemodelclientmessages.h \
    $$PWD/clangcodemodelservermessages.h \
    $$PWD/sourcerangesforquerymessage.h \
    $$PWD/clangrefactoringmessages.h \
    $$PWD/clangrefactoringclientmessages.h \
    $$PWD/clangrefactoringservermessages.h \
    $$PWD/requestsourcerangesforquerymessage.h

contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols