Fix qbs build of clang format product

Not depending on CppEditor caused linker errors
regarding the cpp highlighter class.

Change-Id: Ib127cbe8e7d8eaa9e7d222dea88585164e49cdd2
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Alexandru Croitor
2019-04-10 17:07:32 +02:00
parent 0a582f279e
commit 50522c6e7a

View File

@@ -5,6 +5,7 @@ QtcPlugin {
Depends { name: "Core" }
Depends { name: "TextEditor" }
Depends { name: "CppEditor" }
Depends { name: "CppTools" }
Depends { name: "ProjectExplorer" }
Depends { name: "Utils" }