Add support for "set sysroot" for remote debugging.

This commit is contained in:
ck
2009-10-16 16:16:24 +02:00
parent 5f33e08e2a
commit 46c4f84a04
6 changed files with 36 additions and 9 deletions

View File

@@ -140,6 +140,8 @@ public:
QString serverStartScript() const;
void setUseServerStartScript(bool on);
bool useServerStartScript() const;
void setSysroot(const QString &sysroot);
const QString sysroot() const;
private slots:
void updateState();