aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclient.pro
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2019-04-04 14:36:28 +0200
committerDavid Schulz <david.schulz@qt.io>2019-04-25 10:54:23 +0000
commitb79eabd4d2e65fd5b84c4bccc94e38d2a3b4cf85 (patch)
tree754c1f54583ba6295f0c36a94d982ccdfd01efb5 /src/plugins/languageclient/languageclient.pro
parentdfeb0245838f0709e845ed264f343e4ac0bb2bfe (diff)
LanguageClient: add cache for document symbols
Change-Id: Ia4c4061258c74d839edbd472c2087be74ac30113 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/languageclient/languageclient.pro')
-rw-r--r--src/plugins/languageclient/languageclient.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/languageclient/languageclient.pro b/src/plugins/languageclient/languageclient.pro
index dbae20e1098..912873134b7 100644
--- a/src/plugins/languageclient/languageclient.pro
+++ b/src/plugins/languageclient/languageclient.pro
@@ -4,6 +4,7 @@ DEFINES += LANGUAGECLIENT_LIBRARY
HEADERS += \
client.h \
+ documentsymbolcache.h \
dynamiccapabilities.h \
languageclient_global.h \
languageclientcompletionassist.h \
@@ -18,6 +19,7 @@ HEADERS += \
SOURCES += \
client.cpp \
+ documentsymbolcache.cpp \
dynamiccapabilities.cpp \
languageclientcompletionassist.cpp \
languageclientinterface.cpp \