summaryrefslogtreecommitdiffstats
path: root/src/doc/src/b2qt.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-05-09 14:22:49 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-05-09 15:55:33 +0300
commitac8170f843f40968c96bd7b21dc4857274e3eef6 (patch)
treedd9fe3af53ec68b9bc0f49b979448553e25877c8 /src/doc/src/b2qt.qdoc
parente2eb3c6769b9e10e626d50d24460c40ef9faaeef (diff)
Doc: QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS replaces QT_QPA_GENERIC_PLUGINS
Change-Id: I38bccdf395f5ccc280fba37f8b6abbaea64391d7 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'src/doc/src/b2qt.qdoc')
-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