forked from qt-creator/qt-creator
ProjectExplorer: Introduce generic application runner.
This class aims to be a flexible worker class for SSH-based run controls. It supersedes AbstractRemoteLinuxApplicationRunner as well as all of its derived classes, while having no RemoteLinux dependencies itself. Change-Id: If24f03a32126b36fc3d0b253a1615ad0af5f2b46 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -49,6 +49,7 @@ public:
|
||||
static QString addQuotes(const QString &string);
|
||||
static Qnx::QnxArchitecture cpudirToArch(const QString &cpuDir);
|
||||
static QStringList searchPaths(QnxAbstractQtVersion *qtVersion);
|
||||
static QString applicationKillCommand(const QString &applicationFilePath);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user