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 --- examples/sensors/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'examples/sensors/CMakeLists.txt') diff --git a/examples/sensors/CMakeLists.txt b/examples/sensors/CMakeLists.txt index db539b53..32699493 100644 --- a/examples/sensors/CMakeLists.txt +++ b/examples/sensors/CMakeLists.txt @@ -2,16 +2,16 @@ # add_subdirectory(grue) if(TARGET Qt::Quick) add_subdirectory(maze) - add_subdirectory(qmlsensorgestures) +# add_subdirectory(qmlsensorgestures) add_subdirectory(qmlqtsensors) add_subdirectory(sensor_explorer) - if (TARGET Qt::Multimedia) - add_subdirectory(shakeit) - endif() +# if (TARGET Qt::Multimedia) +# add_subdirectory(shakeit) +# endif() if(TARGET Qt::Svg) add_subdirectory(accelbubble) endif() endif() -if(TARGET Qt::Widgets) - add_subdirectory(sensorgestures) -endif() +# if(TARGET Qt::Widgets) +# add_subdirectory(sensorgestures) +# endif() -- cgit v1.2.3