diff options
author | Marco Bubke <marco.bubke@qt.io> | 2017-08-24 12:28:01 +0200 |
---|---|---|
committer | Marco Bubke <marco.bubke@qt.io> | 2017-08-29 16:36:35 +0000 |
commit | 7c0331ab93ff6096a2b7742688e171ddc99ed269 (patch) | |
tree | bed9561852d24f84fc734bc2bc4d11e76ecd4a31 /tests/unit/unittest/highlightingmarks-test.cpp | |
parent | 46ba29b8c05e05af355caed68f0988f9fbd8a8d0 (diff) | |
download | qt-creator-7c0331ab93ff6096a2b7742688e171ddc99ed269.tar.gz |
Clang: Rename library clangbackendipc to clangsupport
We already share same classes there which has nothing to do with IPC and
I want to more for sharing. So we should use a name which fits better.
Change-Id: Idfb12b6de714206117b92634ad719c6a0e290e78
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'tests/unit/unittest/highlightingmarks-test.cpp')
-rw-r--r-- | tests/unit/unittest/highlightingmarks-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unittest/highlightingmarks-test.cpp b/tests/unit/unittest/highlightingmarks-test.cpp index cbedd9d844..16c7bc59e6 100644 --- a/tests/unit/unittest/highlightingmarks-test.cpp +++ b/tests/unit/unittest/highlightingmarks-test.cpp @@ -30,7 +30,7 @@ #include <clangdocuments.h> #include <clangtranslationunit.h> #include <cursor.h> -#include <clangbackendipc_global.h> +#include <clangsupport_global.h> #include <clangstring.h> #include <projectpart.h> #include <projects.h> |