Confirmed users, Bureaucrats and Sysops emeriti
792
edits
No edit summary |
No edit summary |
||
| Line 46: | Line 46: | ||
* [[http://trolltech.com/developer/downloads/qtopia/coregpl|Grab Qt/Embedded for linux]] | * [[http://trolltech.com/developer/downloads/qtopia/coregpl|Grab Qt/Embedded for linux]] | ||
* ./configure -prefix /usr/local/qte -no-webkit -no-svg | * ./configure -prefix /usr/local/qte -no-webkit -no-svg -plugin-mouse-tslib | ||
** You'll have some build failures on examples due to not including svg; comment them out of the .pro files, or just skip the -no-svg | ** You'll have some build failures on examples due to not including svg; comment them out of the .pro files, or just skip the -no-svg | ||
** You may need to build src/plugins/mousedrivers/tslib manually to get the tslib mouse plugin; the configure option wasn't working for me, though I may have been doing something wrong | ** You may need to build src/plugins/mousedrivers/tslib manually to get the tslib mouse plugin; the configure option wasn't working for me, though I may have been doing something wrong | ||