forked from qt-creator/qt-creator
Doc: Fix broken links
- Add a dependency to qtqmltest (Qt Quick Test) - Fix an internal link - Fix capitalization in links to Qt docs, which now seems to matter - Add the "Qt Qml" link as an external resource, so it works regardless of the Qt version used Change-Id: I0550973237b0df7b328ca202a4188d970af3417d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -27,6 +27,7 @@ depends += qtwidgets \
|
|||||||
qtcmake \
|
qtcmake \
|
||||||
qtcore \
|
qtcore \
|
||||||
qtqml \
|
qtqml \
|
||||||
|
qtqmltest \
|
||||||
qtquick \
|
qtquick \
|
||||||
qtquickcontrols \
|
qtquickcontrols \
|
||||||
qmake \
|
qmake \
|
||||||
|
@@ -1,6 +1,10 @@
|
|||||||
// Copyright (C) 2022 The Qt Company Ltd.
|
// Copyright (C) 2022 The Qt Company Ltd.
|
||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\externalpage https://doc.qt.io/qt/qtqml-index.html
|
||||||
|
\title Qt Qml
|
||||||
|
*/
|
||||||
/*!
|
/*!
|
||||||
\externalpage https://doc.qt.io/QtForMCUs/index.html
|
\externalpage https://doc.qt.io/QtForMCUs/index.html
|
||||||
\title \QMCU
|
\title \QMCU
|
||||||
|
@@ -374,7 +374,7 @@
|
|||||||
statements, and macros, as well as CMake functions, macros,
|
statements, and macros, as well as CMake functions, macros,
|
||||||
targets, and packages. Also, opens URLs in the default browser
|
targets, and packages. Also, opens URLs in the default browser
|
||||||
\if defined(qtcreator)
|
\if defined(qtcreator)
|
||||||
and Qt resource files (.qrc) in the \l{Resource Files}
|
and Qt resource files (.qrc) in the \l{Create resource files}
|
||||||
{resource editor}
|
{resource editor}
|
||||||
\endif
|
\endif
|
||||||
\li F2
|
\li F2
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
\if defined(qtcreator)
|
\if defined(qtcreator)
|
||||||
\row
|
\row
|
||||||
\li View examples of what you can do with Qt
|
\li View examples of what you can do with Qt
|
||||||
\li \l{Qt Examples and Tutorials}
|
\li \l{Qt Examples And Tutorials}
|
||||||
|
|
||||||
\row
|
\row
|
||||||
\li Develop Qt applications for desktop and \l{glossary-device}{devices}
|
\li Develop Qt applications for desktop and \l{glossary-device}{devices}
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
\image qtquick-designer.webp {Qt Quick Designer}
|
\image qtquick-designer.webp {Qt Quick Designer}
|
||||||
|
|
||||||
For more information about \l{Qt QML}, \l{Qt Quick}, and \l{All QML Types}
|
For more information about \l{Qt Qml}, \l{Qt Quick}, and \l{All QML Types}
|
||||||
{QML types}, see the Qt reference documentation available online and
|
{QML types}, see the Qt reference documentation available online and
|
||||||
in the \uicontrol Help mode.
|
in the \uicontrol Help mode.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user