This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3359: Qt support for touchscreen

I am trying to get the touch screen to work properly with Qt5 compiled for BBB.  I am using TI SDK to produce the cross compiled output but there is no support for touch-screen, only standard PC mouse operations.  Therefore I have to drag a mouse to a button rather than press the button directly.  Lately have been looking into creating a new build of Qt with tslib and xcb included but have not been able to accomplish that because I don't have all the ARM libraries to support this.  Has anyone else dealt with this and how did you get the touch screen to function properly?  Thanks!