forked from qt-creator/qt-creator
Add support for "set sysroot" for remote debugging.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user