forked from qt-creator/qt-creator
Introduced Project::hasBuildSettings()
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -64,6 +64,7 @@ public:
|
||||
virtual QList<ProjectExplorer::Project *> dependsOn();
|
||||
|
||||
virtual bool isApplication() const;
|
||||
virtual bool hasBuildSettings() const;
|
||||
|
||||
virtual ProjectExplorer::Environment environment(const QString &buildConfiguration) const;
|
||||
virtual QString buildDirectory(const QString &buildConfiguration) const;
|
||||
|
||||
Reference in New Issue
Block a user