summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-06-01 12:39:03 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2021-06-02 07:06:27 +0000
commit5e48389d40f5d6cd1a394ac03c47942be01d2734 (patch)
tree29578a25b652915d779aa98c0c2b5f60f7b00600 /src
parentd3d6cc54a46e1e7e72e3ca4cfcd837cea678478d (diff)
Doc: Fix documentation issues
* Add src/sensorsquick to the documentation project * Remove links to UWP and SailFish from the overview page Task-number: QTBUG-91875 Change-Id: I7c7ed24ddc487c48f423d8b4ffa44154d51872d6 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/sensors/doc/qtsensors.qdocconf7
-rw-r--r--src/sensors/doc/src/qtsensors.qdoc5
2 files changed, 4 insertions, 8 deletions
diff --git a/src/sensors/doc/qtsensors.qdocconf b/src/sensors/doc/qtsensors.qdocconf
index 32ff03d0..a285341d 100644
--- a/src/sensors/doc/qtsensors.qdocconf
+++ b/src/sensors/doc/qtsensors.qdocconf
@@ -35,11 +35,8 @@ qhp.QtSensors.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtsensors/qtsensors.tags
-headerdirs += .. \
- ../../imports/sensors \
- ../../plugins/sensors
-
-sourcedirs += .. \
+{headerdirs,sourcedirs} += .. \
+ ../../sensorsquick \
../../imports/sensors \
../../plugins/sensors
diff --git a/src/sensors/doc/src/qtsensors.qdoc b/src/sensors/doc/src/qtsensors.qdoc
index 782eef75..b6261233 100644
--- a/src/sensors/doc/src/qtsensors.qdoc
+++ b/src/sensors/doc/src/qtsensors.qdoc
@@ -34,9 +34,8 @@
The Qt Sensors API provides access to sensor hardware via QML and C++ interfaces.
The Qt Sensors API also provides a motion gesture recognition API for devices.
- Currently the API is supported on \l{Qt for Android}{Android},
- \l{Qt for iOS}{iOS}, \l{https://sailfishos.org}{SailFish}, and
- \l{Qt for UWP}{Universal Windows Platform (UWP)}.
+ Currently the API is supported on \l{Qt for Android}{Android} and
+ \l{Qt for iOS}{iOS}.
\section1 Information for Application Writers