From dc6b39fb2e30705a8a46569a60094370a641f82d Mon Sep 17 00:00:00 2001 From: Maximilian Goldstein Date: Thu, 24 Mar 2022 15:37:56 +0100 Subject: Turn qmlcompiler into a shared library Converts qmlcompiler into a shared library so it isn't duplicated when statically linked in tools and so that plugins can link against it. Change-Id: I91e13cc588796f71a5463dbdce21e42a74120565 Reviewed-by: Fabian Kosmale Reviewed-by: Qt CI Bot --- tools/qmlcachegen/qmlcachegen.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/qmlcachegen/qmlcachegen.cpp') diff --git a/tools/qmlcachegen/qmlcachegen.cpp b/tools/qmlcachegen/qmlcachegen.cpp index 7a715d5d13..7c00c4f0c7 100644 --- a/tools/qmlcachegen/qmlcachegen.cpp +++ b/tools/qmlcachegen/qmlcachegen.cpp @@ -49,10 +49,6 @@ #include -QT_BEGIN_NAMESPACE -Q_DECLARE_LOGGING_CATEGORY(lcAotCompiler); -QT_END_NAMESPACE - static bool argumentsFromCommandLineAndFile(QStringList& allArguments, const QStringList &arguments) { allArguments.reserve(arguments.size()); -- cgit v1.2.3