Skip to content
Snippets Groups Projects
Commit d30393c2 authored by Daniel Teske's avatar Daniel Teske
Browse files

Android: Fix changing keystore not asking for the password


Task-number: QTCREATORBUG-11853
Change-Id: Ib63744207beb5e6d0d0bdb0647c99b27d80d8b71
Reviewed-by: default avatarEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
parent 0a67770d
No related branches found
No related tags found
No related merge requests found
......@@ -289,6 +289,8 @@ void AndroidDeployQtWidget::updateKeyStorePath(const QString &path)
Utils::FileName file = Utils::FileName::fromString(path);
m_step->setKeystorePath(file);
m_ui->signPackageCheckBox->setChecked(!file.isEmpty());
if (!file.isEmpty())
setCertificates();
}
void AndroidDeployQtWidget::certificatesAliasComboBoxActivated(const QString &alias)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment