ClangSupport: Break artificial dependency to Sqlite

Since the Sqlite library is not used anymore in clang there was only an
dependency to the Utf8String in ClangSupport. As we move Utf8String and
Utf8StringVector to ClangSupport we can break the dependency to Sqlite.

Change-Id: I0012906345bc49a48a7262c1d6e204fb8aff01e1
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Marco Bubke
2022-01-19 11:24:39 +01:00
parent f8385f98c1
commit 7457d3d8b6
21 changed files with 26 additions and 28 deletions

View File

@@ -27,7 +27,7 @@
#include <clangsupport/codecompletion.h>
#include <sqlite/utf8string.h>
#include <clangsupport/utf8string.h>
#include <QString>