summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/doc/src/b2qt.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 2973d91..a254d0e 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -911,7 +911,7 @@
In the \c{appcontroller.conf} file, the input devices are
specified by the lines similar to these:
\badcode
- env=QT_QPA_GENERIC_PLUGINS=evdevtouch:/dev/input/event0
+ env=QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=/dev/input/event0
\endcode
Usually, you do not need to change this setting. USB input devices, such as
@@ -923,8 +923,9 @@
time.
On some devices, for example the BD-SL-i.MX6, the touchscreen device is
- specified explicitly in \c QT_QPA_GENERIC_PLUGINS. This is necessary because
- the automatic device discovery would fail to find the touchscreen.
+ specified explicitly with \c QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS. This is
+ necessary because the automatic device discovery would fail to find the
+ touchscreen.
\section1 Booting to a Custom Application