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:
Daniel Teske
2014-08-12 12:06:19 +02:00
parent b4599aa250
commit 21b6d857fb
2 changed files with 3 additions and 3 deletions

View File

@@ -31554,7 +31554,7 @@ To add the Qt versions, select Options &gt; Build &amp; Run &gt; 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: &lt;a href=&quot;http://download.qt-project.org/official_releases/gdb/osx/&quot;&gt;http://download.qt-project.org/official_releases/gdb/osx/&lt;/a&gt;</source> <source>The GDB inside this NDK seems to not support Python. The Qt Project offers fixed GDB builds at: &lt;a href=&quot;http://download.qt-project.org/official_releases/gdb/&quot;&gt;http://download.qt-project.org/official_releases/gdb/&lt;/a&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@@ -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()