summaryrefslogtreecommitdiffstats
path: root/src/doc/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-03-19 13:37:32 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-03-25 14:20:04 +0200
commitc9bdc565064fbd0a6ed7fe30692899457887c9f4 (patch)
tree44f6a17f88282911e5e785026c350711ac658f8d /src/doc/src
parent7b14c47d6adbc6ab3cdfc9d10bef25029215a85f (diff)
Update tslib notes to follow the new, simplified mechanism in Qt 5.5
Task-number: QTEE-823 Change-Id: I388c19e8e0e84e589933b2587babd7fe0a333c17 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'src/doc/src')
-rw-r--r--src/doc/src/qtee-customization.qdoc16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/doc/src/qtee-customization.qdoc b/src/doc/src/qtee-customization.qdoc
index 3f3151f..df55528 100644
--- a/src/doc/src/qtee-customization.qdoc
+++ b/src/doc/src/qtee-customization.qdoc
@@ -71,22 +71,18 @@
To enable \c tslib, add the following line to \c /etc/appcontroller.conf on the device:
\badcode
- env=QT_QPA_GENERIC_PLUGINS=tslib
+ env=QT_QPA_EGLFS_TSLIB=1
\endcode
- In some cases it will be necessary to disable the built-in input handlers in
- case they interfere with \c tslib. To do this, add the following line to
- \c /etc/appcontroller.conf on the device. Once this is done, no input device
- handling is in use by default. Instead, the necessary plugins have to be
- specified in \c QT_QPA_GENERIC_PLUGINS.
+ \note The \c tslib plugin provides no multitouch events (QTouchEvent). It
+ only generates mouse events (QMouseEvent).
+
+ If necessary, the device can be specified explicitly by setting \c TSLIB_TSDEVICE:
\badcode
- env=QT_QPA_EGLFS_DISABLE_INPUT=1
+ env=TSLIB_TSDEVICE=/dev/input/event1
\endcode
- \note The \c tslib plugin provides no multitouch events (QTouchEvent). It
- only generates mouse events (QMouseEvent).
-
\section1 Booting to a Custom Application
By default, the \e {\B2Q demo launcher} is configured to run on startup.