forked from qt-creator/qt-creator
Project: Remove knowsAllBuildExecutables feature
This is feature is no longer needed. Change-Id: Ia0798402fcb4c06fb4dd38225359738306211176 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -183,7 +183,6 @@ public:
|
||||
Utils::Id m_id;
|
||||
bool m_needsInitialExpansion = false;
|
||||
bool m_canBuildProducts = false;
|
||||
bool m_knowsAllBuildExecutables = true;
|
||||
bool m_hasMakeInstallEquivalent = false;
|
||||
bool m_needsBuildConfigurations = true;
|
||||
bool m_needsDeployConfigurations = true;
|
||||
@@ -903,11 +902,6 @@ void Project::setHasMakeInstallEquivalent(bool enabled)
|
||||
d->m_hasMakeInstallEquivalent = enabled;
|
||||
}
|
||||
|
||||
void Project::setKnowsAllBuildExecutables(bool value)
|
||||
{
|
||||
d->m_knowsAllBuildExecutables = value;
|
||||
}
|
||||
|
||||
void Project::setNeedsBuildConfigurations(bool value)
|
||||
{
|
||||
d->m_needsBuildConfigurations = value;
|
||||
@@ -976,11 +970,6 @@ void Project::configureAsExampleProject(Kit * /*kit*/)
|
||||
{
|
||||
}
|
||||
|
||||
bool Project::knowsAllBuildExecutables() const
|
||||
{
|
||||
return d->m_knowsAllBuildExecutables;
|
||||
}
|
||||
|
||||
bool Project::hasMakeInstallEquivalent() const
|
||||
{
|
||||
return d->m_hasMakeInstallEquivalent;
|
||||
|
||||
Reference in New Issue
Block a user