forked from qt-creator/qt-creator
Android: Fix title of dialog
Change-Id: I0f1b46ffb621384663a2fa3a76f70ec04ddfa717 Reviewed-by: BogDan Vatra <bogdan@kde.org> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -215,7 +215,7 @@ bool AndroidSettingsWidget::checkNDK(const Utils::FileName &location)
|
|||||||
if (!platformPath.appendPath(QLatin1String("platforms")).toFileInfo().exists()
|
if (!platformPath.appendPath(QLatin1String("platforms")).toFileInfo().exists()
|
||||||
|| !toolChainPath.appendPath(QLatin1String("toolchains")).toFileInfo().exists()
|
|| !toolChainPath.appendPath(QLatin1String("toolchains")).toFileInfo().exists()
|
||||||
|| !sourcesPath.appendPath(QLatin1String("sources/cxx-stl")).toFileInfo().exists()) {
|
|| !sourcesPath.appendPath(QLatin1String("sources/cxx-stl")).toFileInfo().exists()) {
|
||||||
QMessageBox::critical(this, tr("Android SDK Folder"), tr("\"%1\" does not seem to be an Android NDK top folder.").arg(location.toUserOutput()));
|
QMessageBox::critical(this, tr("Android NDK Folder"), tr("\"%1\" does not seem to be an Android NDK top folder.").arg(location.toUserOutput()));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
m_androidConfig.ndkLocation = location;
|
m_androidConfig.ndkLocation = location;
|
||||||
|
|||||||
Reference in New Issue
Block a user