forked from qt-creator/qt-creator
Autotools: Remove dead code
Change-Id: Ie34b1560992a3466568be80ddc2a234e9011a1ce Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -220,14 +220,6 @@ void AutotoolsProject::onFileChanged(const QString &file)
|
||||
loadProjectTree();
|
||||
}
|
||||
|
||||
QStringList AutotoolsProject::buildTargets() const
|
||||
{
|
||||
QStringList targets;
|
||||
targets.append(QLatin1String("all"));
|
||||
targets.append(QLatin1String("clean"));
|
||||
return targets;
|
||||
}
|
||||
|
||||
static QStringList filterIncludes(const QString &absSrc, const QString &absBuild,
|
||||
const QStringList &in)
|
||||
{
|
||||
|
Reference in New Issue
Block a user