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:
@@ -31554,7 +31554,7 @@ To add the Qt versions, select Options > Build & Run > Qt Versions.</s
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>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></source>
|
<source>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/">http://download.qt-project.org/official_releases/gdb/</a></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|||||||
@@ -592,8 +592,8 @@ void AndroidSettingsWidget::showGdbWarningDialog()
|
|||||||
tr("Unsupported GDB"),
|
tr("Unsupported GDB"),
|
||||||
tr("The GDB inside this NDK seems to not support Python. "
|
tr("The GDB inside this NDK seems to not support Python. "
|
||||||
"The Qt Project offers fixed GDB builds at: "
|
"The Qt Project offers fixed GDB builds at: "
|
||||||
"<a href=\"http://download.qt-project.org/official_releases/gdb/osx/\">"
|
"<a href=\"http://download.qt-project.org/official_releases/gdb/\">"
|
||||||
"http://download.qt-project.org/official_releases/gdb/osx/</a>"));
|
"http://download.qt-project.org/official_releases/gdb/</a>"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void AndroidSettingsWidget::manageAVD()
|
void AndroidSettingsWidget::manageAVD()
|
||||||
|
|||||||
Reference in New Issue
Block a user