forked from qt-creator/qt-creator
Add per file information on the inlucde paths and defines to qt4projects
This is a step towards fixing Task: 243747
This commit is contained in:
@@ -505,3 +505,18 @@ void Project::setDisplayNameFor(const QString &buildConfiguration, const QString
|
||||
}
|
||||
emit buildConfigurationDisplayNameChanged(buildConfiguration);
|
||||
}
|
||||
|
||||
QByteArray Project::predefinedMacros(const QString &fileName) const
|
||||
{
|
||||
return QByteArray();
|
||||
}
|
||||
|
||||
QStringList Project::includePaths(const QString &fileName) const
|
||||
{
|
||||
return QStringList();
|
||||
}
|
||||
|
||||
QStringList Project::frameworkPaths(const QString &fileName) const
|
||||
{
|
||||
return QStringList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user