forked from qt-creator/qt-creator
Android: Fix link to fixed gdbs
Since the problem is close platform link to the parent directory. Change-Id: I6e5128e9d00ed576ce048d1d48db61e6f758a979 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -592,8 +592,8 @@ void AndroidSettingsWidget::showGdbWarningDialog()
|
||||
tr("Unsupported GDB"),
|
||||
tr("The GDB inside this NDK seems to not support Python. "
|
||||
"The Qt Project offers fixed GDB builds at: "
|
||||
"<a href=\"http://download.qt-project.org/official_releases/gdb/osx/\">"
|
||||
"http://download.qt-project.org/official_releases/gdb/osx/</a>"));
|
||||
"<a href=\"http://download.qt-project.org/official_releases/gdb/\">"
|
||||
"http://download.qt-project.org/official_releases/gdb/</a>"));
|
||||
}
|
||||
|
||||
void AndroidSettingsWidget::manageAVD()
|
||||
|
||||
Reference in New Issue
Block a user