summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-05-27 14:10:51 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-05-27 12:20:08 +0000
commitfeb9d578c5771ecdca0d13e074a4d650b145732a (patch)
tree0a2cf4bb181e072ce59de02e88dec841aa832304 /src/plugins/languageclient
parent47f8fb0600a6a9f6e4fc47f8833b9ba015d8a31b (diff)
downloadqt-creator-feb9d578c5771ecdca0d13e074a4d650b145732a.tar.gz
CMake: Do not build .pri-file
Change-Id: Ife5889ad9475769028c898fd298e737aeab08d79 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/languageclient')
-rw-r--r--src/plugins/languageclient/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/languageclient/CMakeLists.txt b/src/plugins/languageclient/CMakeLists.txt
index a94a5209f3..36040c1f5c 100644
--- a/src/plugins/languageclient/CMakeLists.txt
+++ b/src/plugins/languageclient/CMakeLists.txt
@@ -16,7 +16,6 @@ add_qtc_plugin(LanguageClient
languageclientquickfix.cpp languageclientquickfix.h
languageclientsettings.cpp languageclientsettings.h
languageclientutils.cpp languageclientutils.h
- languageclient_dependencies.pri
languageclient_global.h
locatorfilter.cpp locatorfilter.h
)