Meson: Rename some of the KitAspect related classes

... and split out the static interface.

Change-Id: Iaa92ab8e0b29e47736af6c2b5ed146369f2d7294
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2023-08-10 16:20:25 +02:00
parent e9266f53ec
commit bb06155f09
5 changed files with 59 additions and 56 deletions

View File

@@ -46,8 +46,8 @@ public:
private:
ToolsSettingsPage m_toolslSettingsPage;
ToolsSettingsAccessor m_toolsSettings;
MesonToolKitAspect m_mesonKitAspect;
NinjaToolKitAspect m_ninjaKitAspect;
MesonToolKitAspectFactory m_mesonKitAspectFactory;
NinjaToolKitAspectFactory m_ninjaKitAspectFactory;
MesonBuildStepFactory m_buildStepFactory;
MesonBuildConfigurationFactory m_buildConfigurationFactory;
MesonRunConfigurationFactory m_runConfigurationFactory;