summaryrefslogtreecommitdiff
path: root/examples/sensors/sensors.pro
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@qt.io>2023-02-17 12:11:02 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-22 06:53:36 +0000
commit1020acd025110385807b7e77f21e9a636b3a5e41 (patch)
tree8a731bc8385bb5106464a104ef91313d253ffb9e /examples/sensors/sensors.pro
parentcfa3af090e9f48526a387bd00df2dc69019a4de3 (diff)
downloadqtsensors-1020acd025110385807b7e77f21e9a636b3a5e41.tar.gz
Remove sensors maze example
The Maze (QML) example is a nice game implementation, but doesn't add much demonstration value in comparison to sensorsshowcase example. The one unique thing it does demonstrate is tilt sensor. Tiltsensor can be added to the sensorsshowcase too; but OTOH tilt 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 Change-Id: I2fd997750b05b3962428955a2929e149af6b72bd Reviewed-by: Lorn Potter <lorn.potter@gmail.com> (cherry picked from commit c908718f86dd409f0f2d3757057d797b2f5ff83a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/sensors/sensors.pro')
-rw-r--r--examples/sensors/sensors.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/sensors/sensors.pro b/examples/sensors/sensors.pro
index 77a9529..86d029b 100644
--- a/examples/sensors/sensors.pro
+++ b/examples/sensors/sensors.pro
@@ -4,7 +4,6 @@ SUBDIRS += grue
qtHaveModule(quick) {
SUBDIRS += \
- maze \
qmlqtsensors \
sensor_explorer
}