From 849519a842cf34527f4532837dcf84ec6bb28108 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Fri, 17 Feb 2023 12:34:02 +0200 Subject: Remove sensors qmlqtsensors example The example doesn't add much demonstration value in comparison to sensorsshowcase example. The one unique thing it does demonstrate is ambient light sensor. That sensor can be added to the sensorsshowcase too; but OTOH it is in some sense just 'a' sensor among the sensors, and there is probably no need to use all of them in the examples. Task-number: QTBUG-110939 Pick-to: 6.5 Change-Id: I5d0ba59d969b532689e23388cbdda42884838fca Reviewed-by: Lorn Potter --- examples/sensors/qmlqtsensors/qmlqtsensors.qrc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 examples/sensors/qmlqtsensors/qmlqtsensors.qrc (limited to 'examples/sensors/qmlqtsensors/qmlqtsensors.qrc') diff --git a/examples/sensors/qmlqtsensors/qmlqtsensors.qrc b/examples/sensors/qmlqtsensors/qmlqtsensors.qrc deleted file mode 100644 index 4ba06dad..00000000 --- a/examples/sensors/qmlqtsensors/qmlqtsensors.qrc +++ /dev/null @@ -1,11 +0,0 @@ - - - qmlqtsensors.qml - components/ApplicationWindow.qml - components/Button.qml - components/images/button_background_disabled.png - components/images/button_background_normal.png - components/images/button_background_pressed.png - components/Divider.qml - - -- cgit v1.2.3