New Revision: http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:
qt
Old Revision: http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:
qt&rev=1309276837
Edit Summary: [Mouse]
@@ -81,9 +81,9 @@
=== QT 4.7 ===
For some new version of QT, we should do following to enable mouse and k
eyboard:
<xterm>
root:~> **export QWS_KEYBOARD=USB:/dev/input/event0**
- root:~> **export QWS_MOUSE_PROTO=IntelliMouse:/dev/input/mouse0**
+ root:~> **export QWS_MOUSE_PROTO=USB:/dev/input/event0**
</xterm>
===== QT plugin =====
While QT is compiled in FDPIC format, dynamic plugins can be used withou
t any problem. But in FLAT format, we can only use static plugins.
|