This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
qt-embedded [2013/06/11 02:47] maxx [Compile Qt sources] |
qt-embedded [2013/06/11 03:31] (current) maxx [Qt application with touchscreen support] |
||
---|---|---|---|
Line 81: | Line 81: | ||
export TSLIB_PLUGINDIR=/usr/local/lib/ts | export TSLIB_PLUGINDIR=/usr/local/lib/ts | ||
</code> | </code> | ||
+ | To run an application with touchsreen input you can export all variables as described above, or simply run the application by issuing the command: | ||
+ | <code> | ||
+ | QWS_MOUSE_PROTO=tslib:/dev/input/event0 ./your-app -qws | ||
+ | </code> |