Android: Use new setup for more plugin items

Change-Id: Id5ff09813ab7b4be425d007abd4cc04d9c9472c1
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2023-11-22 17:46:57 +01:00
parent 497b9b3c2c
commit 353c3cc930
17 changed files with 240 additions and 227 deletions

View File

@@ -18,8 +18,7 @@
using namespace ProjectExplorer;
using namespace Utils;
namespace Android {
namespace Internal {
namespace Android::Internal {
static Q_LOGGING_CATEGORY(androidTCLog, "qtc.android.toolchainmanagement", QtWarningMsg);
@@ -252,5 +251,9 @@ ToolChainList AndroidToolChainFactory::autodetectToolChainsFromNdks(
return result;
}
} // namespace Internal
} // namespace Android
void setupAndroidToolchain()
{
static AndroidToolChainFactory theAndroidToolchainFactory;
}
} // Android::Internal