forked from qt-creator/qt-creator
ProjectExplorer: Move makeInstallCommand()
... from Project to BuildSystem. More direct and less use of Target::activeBuildConfiguration(). Change-Id: I148381d23be0f9ab0750ed1440e1b2b3e25aded0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -77,14 +77,5 @@ ProjectExplorer::DeploymentKnowledge MesonProject::deploymentKnowledge() const
|
||||
return ProjectExplorer::DeploymentKnowledge::Bad;
|
||||
}
|
||||
|
||||
ProjectExplorer::MakeInstallCommand MesonProject::makeInstallCommand(const ProjectExplorer::Target *target,
|
||||
const Utils::FilePath &installRoot)
|
||||
{
|
||||
Q_UNUSED(target)
|
||||
Q_UNUSED(installRoot)
|
||||
// TODO in next releases
|
||||
return {};
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace MesonProjectManager
|
||||
|
||||
@@ -46,8 +46,6 @@ public:
|
||||
|
||||
private:
|
||||
ProjectExplorer::DeploymentKnowledge deploymentKnowledge() const override;
|
||||
ProjectExplorer::MakeInstallCommand makeInstallCommand(const ProjectExplorer::Target *target,
|
||||
const Utils::FilePath &installRoot) final;
|
||||
|
||||
mutable std::unique_ptr<MesonProjectImporter> m_projectImporter;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user