S60: Split run configurations

creating a debug run configuration. Import the debugger
into Qt4ProjectManager.
This commit is contained in:
Friedemann Kleint
2009-09-28 17:17:11 +02:00
parent 12536eeb9f
commit 5cd639747a
10 changed files with 300 additions and 194 deletions

View File

@@ -497,7 +497,11 @@ void Launcher::installRemotePackageSilently(const QString &fileName)
void Launcher::handleInstallPackageFinished(const TrkResult &)
{
startInferiorIfNeeded();
if (d->m_fileName.isEmpty()) {
emit finished();
} else {
startInferiorIfNeeded();
}
}
void Launcher::startInferiorIfNeeded()