aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchainconfigwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2012-02-07 18:05:09 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2012-02-09 15:57:29 +0100
commit83085439f318e4cbfdba76388a5f0a543e886c3c (patch)
tree4e75ea966b85257e656abb51f1866b7d959f7009 /src/plugins/projectexplorer/toolchainconfigwidget.h
parentb4942447e8d5850bf3a47a12204d5377376f8178 (diff)
Support multiple mkspecs per tool chain
This is necessary to handle Qt 5 moving mkspecs out of unsupported. Task-number: QTCREATORBUG-6862 Change-Id: I193e3d16467773a2a714ef44f8d441d2d2395801 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/toolchainconfigwidget.h')
-rw-r--r--src/plugins/projectexplorer/toolchainconfigwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/toolchainconfigwidget.h b/src/plugins/projectexplorer/toolchainconfigwidget.h
index a8837c30f7..118dc7d1aa 100644
--- a/src/plugins/projectexplorer/toolchainconfigwidget.h
+++ b/src/plugins/projectexplorer/toolchainconfigwidget.h
@@ -75,7 +75,7 @@ signals:
protected slots:
void emitDirty();
- void resetMkspec();
+ void resetMkspecList();
void setErrorMessage(const QString &);
void clearErrorMessage();
@@ -94,8 +94,8 @@ protected:
Utils::FileName debuggerCommand() const;
void setDebuggerCommand(const Utils::FileName &debugger);
- Utils::FileName mkspec() const;
- void setMkspec(const Utils::FileName &spec);
+ QList<Utils::FileName> mkspecList() const;
+ void setMkspecList(const QList<Utils::FileName> &specList);
private:
void ensureDebuggerPathChooser(const QStringList &versionArguments);