aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport/clangsupport-lib.pri
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2022-01-19 11:24:39 +0100
committerMarco Bubke <marco.bubke@qt.io>2022-01-20 11:33:21 +0000
commit7457d3d8b6945e14124cdd7517767a486af00ff7 (patch)
treecfca59ab23fdb2ee1c5290371ff8a65eb55ce084 /src/libs/clangsupport/clangsupport-lib.pri
parentf8385f98c17e09f0dcc5036b79fa5afe9135369c (diff)
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>
Diffstat (limited to 'src/libs/clangsupport/clangsupport-lib.pri')
-rw-r--r--src/libs/clangsupport/clangsupport-lib.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/clangsupport/clangsupport-lib.pri b/src/libs/clangsupport/clangsupport-lib.pri
index c53974ce0c..4529b4fb62 100644
--- a/src/libs/clangsupport/clangsupport-lib.pri
+++ b/src/libs/clangsupport/clangsupport-lib.pri
@@ -50,6 +50,8 @@ SOURCES += \
$$PWD/tooltipmessage.cpp \
$$PWD/tooltipinfo.cpp \
$$PWD/unsavedfilesremovedmessage.cpp \
+ $$PWD/utf8string.cpp \
+ $$PWD/utf8stringvector.cpp \
$$PWD/documentschangedmessage.cpp \
$$PWD/documentvisibilitychangedmessage.cpp \
$$PWD/writemessageblock.cpp \
@@ -104,6 +106,8 @@ HEADERS += \
$$PWD/tooltipmessage.h \
$$PWD/tooltipinfo.h \
$$PWD/unsavedfilesremovedmessage.h \
+ $$PWD/utf8string.h \
+ $$PWD/utf8stringvector.h \
$$PWD/documentschangedmessage.h \
$$PWD/documentvisibilitychangedmessage.h \
$$PWD/writemessageblock.h \