From 890e62931cbd4decff0a7464f3961d649b671ec9 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 8 Nov 2019 08:34:20 +0100 Subject: [PATCH] Python: Fix linking for mingw build Change-Id: Id3a0718e49b4054aa65ef17b3c9ac889cbaf549f Reviewed-by: David Schulz --- src/plugins/python/python.qbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/python/python.qbs b/src/plugins/python/python.qbs index 9fd37a47777..6d14917bc3d 100644 --- a/src/plugins/python/python.qbs +++ b/src/plugins/python/python.qbs @@ -10,6 +10,7 @@ QtcPlugin { Depends { name: "TextEditor" } Depends { name: "ProjectExplorer" } Depends { name: "LanguageClient" } + Depends { name: "LanguageServerProtocol" } Group { name: "General"