New QNX plugin.

This plugin adds support for cross-compiling, deploying, running
and debugging on a PlayBook or QNX Neutrino device.

Change-Id: I0da7ccee40bd7ce4c0d6bdc6884d48ef23167dac
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Tobias Nätterlund
2012-06-29 07:23:13 +02:00
committed by Daniel Teske
parent cbce4389a5
commit a7ac2bb559
176 changed files with 11619 additions and 29 deletions

View File

@@ -115,6 +115,11 @@ void GenericLinuxDeviceTester::stopTest()
setFinished(TestFailure);
}
RemoteLinuxUsedPortsGatherer *GenericLinuxDeviceTester::usedPortsGatherer() const
{
return &d->portsGatherer;
}
void GenericLinuxDeviceTester::handleConnected()
{
QTC_ASSERT(d->state == Connecting, return);