Introduced Project::hasBuildSettings()

This commit is contained in:
Roberto Raggi
2009-05-06 16:33:43 +02:00
parent ca09e1fc57
commit 84b314bfee
6 changed files with 15 additions and 4 deletions

View File

@@ -237,6 +237,11 @@ bool QmlProject::isApplication() const
return true;
}
bool QmlProject::hasBuildSettings() const
{
return false;
}
ProjectExplorer::Environment QmlProject::environment(const QString &) const
{
return ProjectExplorer::Environment::systemEnvironment();