21d6ecbd6a63c7186f6ac729538fccbc971c5644
[openembedded.git] / recipes / qt4 / files / qte.sh
1 #!/bin/sh
2
3 if [ -e /dev/input/touchscreen0 ]
4 then
5     QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0
6     export QWS_MOUSE_PROTO
7 fi