summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-09-02 13:27:05 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-06 10:27:40 +0000
commit329045a2442b2753addfcd06cf6f91c694322a9a (patch)
tree5e4a1f1c482722fe70f1c00c3f665aa5a2e6fd8f
parentf9f4471ba40317f38381e91dd37f0cad1978ffad (diff)
Doc: Fix qdoc warnings
qt5/qtconnectivity/src/bluetooth/doc/src/bluetooth-cpp.qdoc:27: (qdoc) warning: Can't link to 'Qt Bluetooth QML Types' qt5/qtconnectivity/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'qmake' qt5/qtconnectivity/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Build with CMake' Task-number: QTBUG-96181 Change-Id: Ia5e9296f91e392aba59f555f6e93dcbe054f08cc Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 1bc0261f928da78aafabeac2373bb207092f3ca6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/bluetooth/doc/qtbluetooth.qdocconf2
-rw-r--r--src/bluetooth/doc/src/bluetooth-cpp.qdoc3
-rw-r--r--src/bluetooth/doc/src/bluetooth-index.qdoc2
3 files changed, 3 insertions, 4 deletions
diff --git a/src/bluetooth/doc/qtbluetooth.qdocconf b/src/bluetooth/doc/qtbluetooth.qdocconf
index 05e24abb..d106b5f3 100644
--- a/src/bluetooth/doc/qtbluetooth.qdocconf
+++ b/src/bluetooth/doc/qtbluetooth.qdocconf
@@ -32,7 +32,7 @@ qhp.QtBluetooth.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtbluetooth/qtbluetooth.tags
-depends += qtcore qtdoc qtquick
+depends += qtcore qtdoc qtquick qtcmake
headerdirs += ..
diff --git a/src/bluetooth/doc/src/bluetooth-cpp.qdoc b/src/bluetooth/doc/src/bluetooth-cpp.qdoc
index 26cd060b..5236f165 100644
--- a/src/bluetooth/doc/src/bluetooth-cpp.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-cpp.qdoc
@@ -36,8 +36,7 @@
The \l{Qt Bluetooth} C++ API enables an application to scan for devices and
- connect and interact with them in a more flexible way than the \l {Qt
- Bluetooth QML Types}.
+ connect and interact with them in a more flexible way.
To use the C++ library in your application, add the following configuration
option to your \c .pro file:
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index 7146e347..07f8e6cf 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -97,7 +97,7 @@ Further details can be found in the
See also the \l {Build with CMake} overview.
-\section2 Building with qmake
+\section2 Building with \c qmake
Add \c bluetooth to the \c QT variable: