forked from qt-creator/qt-creator
Add options to: Save All before Build and Build before Run
So now you can choose not to automatically build before running. And you can chose to automatically save all files before building. The options are global and the default is the same as before.
This commit is contained in:
@@ -506,17 +506,17 @@ void Project::setDisplayNameFor(const QString &buildConfiguration, const QString
|
||||
emit buildConfigurationDisplayNameChanged(buildConfiguration);
|
||||
}
|
||||
|
||||
QByteArray Project::predefinedMacros(const QString &fileName) const
|
||||
QByteArray Project::predefinedMacros(const QString &) const
|
||||
{
|
||||
return QByteArray();
|
||||
}
|
||||
|
||||
QStringList Project::includePaths(const QString &fileName) const
|
||||
QStringList Project::includePaths(const QString &) const
|
||||
{
|
||||
return QStringList();
|
||||
}
|
||||
|
||||
QStringList Project::frameworkPaths(const QString &fileName) const
|
||||
QStringList Project::frameworkPaths(const QString &) const
|
||||
{
|
||||
return QStringList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user