From ac8170f843f40968c96bd7b21dc4857274e3eef6 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 9 May 2014 14:22:49 +0200 Subject: Doc: QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS replaces QT_QPA_GENERIC_PLUGINS Change-Id: I38bccdf395f5ccc280fba37f8b6abbaea64391d7 Reviewed-by: Eirik Aavitsland Reviewed-by: Samuli Piippo --- src/doc/src/b2qt.qdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/doc/src/b2qt.qdoc') 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 -- cgit v1.2.3