Merge pull request #148 from gladhorn/stable

Fix links to Qt.
This commit is contained in:
mabrand 2013-02-26 16:18:46 -08:00
commit 221525d42f
1 changed files with 3 additions and 3 deletions

View File

@ -369,7 +369,7 @@ If a cross compiler is detected then cross compile mode will be used.</pre>
<p> <p>
If you have a If you have a
<a href="http://qt.nokia.com/">Qt</a> application, <a href="http://qt-project.org/">Qt</a> application,
all you have to do is: all you have to do is:
</p> </p>
<pre>i686-pc-mingw32-qmake <pre>i686-pc-mingw32-qmake
@ -378,7 +378,7 @@ make</pre>
If you are using Qt plugins If you are using Qt plugins
such as the svg or ico image handlers, such as the svg or ico image handlers,
you should also have a look at the you should also have a look at the
<a href="http://qt.nokia.com/doc/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>. <a href="https://qt-project.org/doc/qt-4.8/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>.
</p> </p>
<p> <p>
Note the sql drivers (-qt-sql-*) Note the sql drivers (-qt-sql-*)
@ -1704,7 +1704,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<tr> <tr>
<td id="qt-package">qt</td> <td id="qt-package">qt</td>
<td id="qt-version">4.8.1</td> <td id="qt-version">4.8.1</td>
<td id="qt-website"><a href="http://qt.nokia.com/">Qt</a></td> <td id="qt-website"><a href="http://qt-project.org/">Qt</a></td>
</tr> </tr>
<tr> <tr>
<td id="qwtplot3d-package">qwtplot3d</td> <td id="qwtplot3d-package">qwtplot3d</td>