forked from qt-creator/qt-creator
Doc: fix remaining links to Qt wiki in docs
Change-Id: Ia9193cf1870241104bf099ad2e47e3ead4eb43fd Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Leena Miettinen
parent
3af3fe7ad3
commit
53a29f5b83
@@ -191,7 +191,7 @@
|
||||
installed when you install \QC and \QSDK. On OS X, GDB is no longer
|
||||
officially supported. To build your own Python-enabled GDB, follow the
|
||||
instructions in
|
||||
\l{http://wiki.qt.io/QtCreator_Build_Gdb}{Building GDB}.
|
||||
\l{https://wiki.qt.io/QtCreator_Build_Gdb}{Building GDB}.
|
||||
|
||||
You must use Python version 2.6 or 2.7.
|
||||
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
On Windows, nmake does not support the \c{-j} parameter. Instead, we
|
||||
provide a drop-in replacement called jom. You can download a precompiled
|
||||
version of jom from \l{http://releases.qt-project.org/jom/}{Qt Project Release server}.
|
||||
version of jom from \l{https://download.qt.io/official_releases/jom/}{Qt Downloads}.
|
||||
Put jom.exe in a location in the %PATH%. Go to the \uicontrol {Build Settings}
|
||||
and set jom.exe as the make command.
|
||||
|
||||
|
||||
@@ -40,24 +40,28 @@
|
||||
\li Where to Go
|
||||
|
||||
\row
|
||||
\li Learn more about Qt
|
||||
\li \l{http://wiki.qt.io/developer_guides}
|
||||
{Qt Developer Guides}
|
||||
\li View examples of what you can do with Qt
|
||||
\li \l{https://doc.qt.io/qt-5/all-examples.html}{List of Qt Examples}
|
||||
|
||||
\l{https://doc.qt.io/qt-5/qtquick-codesamples.html}
|
||||
{List of Qt Quick Examples}
|
||||
|
||||
\row
|
||||
\li Develop Qt applications for desktop and mobile devices
|
||||
\li \l{http://qt-project.org}{Qt Developer Network}
|
||||
\li \l{https://www.qt.io/developers/}{Qt Developers}
|
||||
|
||||
\row
|
||||
\li Participate in Qt development
|
||||
\li \l{http://qt-project.org/contribute}{Contribute to Qt}
|
||||
\li \l{https://wiki.qt.io/Qt_Contribution_Guidelines}
|
||||
{Qt Contribution Guidelines}
|
||||
|
||||
\row
|
||||
\li Find free Qt-based applications
|
||||
\li \l{http://qt-apps.org/}{Qt Apps}
|
||||
|
||||
\row
|
||||
\li Develop with a commercial Qt license and support - Qt by The Qt Company
|
||||
\li Develop with a commercial Qt license and support -
|
||||
Qt by The Qt Company
|
||||
\li \l{http://qt.io/licensing/}{Qt Licensing}
|
||||
\endtable
|
||||
|
||||
|
||||
@@ -58,20 +58,7 @@
|
||||
|
||||
\li For GDB, specify the path to the GDB executable. The
|
||||
executable must be built with Python scripting support
|
||||
enabled. The options you
|
||||
have depend on the development and target platform:
|
||||
|
||||
\list
|
||||
|
||||
\li For debugging on embedded devices using a different ABI,
|
||||
you must provide a special executable.
|
||||
|
||||
\li For debugging on Windows using MinGW, select a Windows
|
||||
executable of GDB with Python scripting enabled. You can
|
||||
download it from
|
||||
\l{http://builds.qt-project.org/job/gdb-windows}.
|
||||
|
||||
\endlist
|
||||
enabled.
|
||||
|
||||
\li For LLDB (experimental), specify the path to the LLDB
|
||||
executable.
|
||||
|
||||
Reference in New Issue
Block a user