Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtuio: fix build/link issue when Qt is built with debug support | Peter Korsgaard | 2012-10-30 | 1 | -0/+29 |
| | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/6dcbf4ca3fcc5ec911ac7a1680f7cb381fd18fcb qtuio appends _d to the library name when Qt was built with debug support, breaking linking step for examples and staging/target install. There's no real advantage to the _d suffix, so simply fix it by removing the logic appending _d. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | qtuio: new package | Stephan Hoffmann | 2012-10-21 | 2 | -0/+87 |
Implementation of an interface connecting TUIO messages and QT events https://github.com/x29a/qTUIO Signed-off-by: Stephan Hoffmann <sho@relinux.de> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> build-tested with a minimal internal toolchain for ARM. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |