forked from qt-creator/qt-creator
S60: Split run configurations
creating a debug run configuration. Import the debugger into Qt4ProjectManager.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user