summaryrefslogtreecommitdiff
path: root/src/linguist/shared/profileevaluator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linguist/shared/profileevaluator.h')
-rw-r--r--src/linguist/shared/profileevaluator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linguist/shared/profileevaluator.h b/src/linguist/shared/profileevaluator.h
index 854b42d10..50ec282d4 100644
--- a/src/linguist/shared/profileevaluator.h
+++ b/src/linguist/shared/profileevaluator.h
@@ -84,6 +84,8 @@ public:
#ifdef PROEVALUATOR_CUMULATIVE
void setCumulative(bool on); // Default is false
#endif
+ void setExtraVars(const QHash<QString, QStringList> &extraVars);
+ void setExtraConfigs(const QStringList &extraConfigs);
void setOutputDir(const QString &dir); // Default is empty
bool loadNamedSpec(const QString &specDir, bool hostSpec);