From 1e6f2126f11a62813dd652d3df0edb8bff8dfbf1 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Mon, 9 Aug 2021 12:09:21 +0300 Subject: Disable gestures from QtSensors The sensor gestures requires some rethinking in order to be of more use for the developers. Therefore we should not yet commit to the old API at least in the first Qt 6 sensors release. This commit disables the gestures by: - Excluding gesture code from compilation - Excluding gesture examples and tests from compilation - Excluding the gesture related documentation - And updating the Qt 6 porting guide Pick-to: 6.2 Task-number: QTBUG-95747 Task-number: QTBUG-95649 Change-Id: I33c1e010825a88b10fa1f7ad49ad3b5383b470aa Reviewed-by: Qt CI Bot Reviewed-by: Lorn Potter --- src/sensors/doc/src/compatmap.qdoc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sensors/doc/src/compatmap.qdoc') diff --git a/src/sensors/doc/src/compatmap.qdoc b/src/sensors/doc/src/compatmap.qdoc index f013c891..acb98193 100644 --- a/src/sensors/doc/src/compatmap.qdoc +++ b/src/sensors/doc/src/compatmap.qdoc @@ -165,6 +165,4 @@ a magnetometer might support returning geo values. See QSensor::isFeatureSupported() for additional details. - Sensor Gestures are mostly platform independent, and will run if the platform has the sensors required. - Whether they are supported and work well or not depends on the platform. */ -- cgit v1.2.3