Confirmed users, Bureaucrats and Sysops emeriti
792
edits
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 -plugin-mouse-tslib | * ./configure -prefix /usr/local/qte -no-webkit -no-svg -plugin-mouse-tslib -embedded arm -nomake examples -nomake demos -nomake docs | ||
** | ** If you don't disable examples/demos, 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 | ||
* Install, then copy over relevant stuff to device (e.g. skip debug files, docs, translations, etc.) | |||
* Install, then copy over relevant stuff to device (e.g. skip | |||
* Don't forget to set PKG_CONFIG_PATH=/usr/local/qte/lib/pkgconfig:/usr/lib/pkgconfig, PATH=/usr/local/qte/bin:$PATH, and LD_LIBRARY_PATH=/usr/local/qte/lib:$LD_LIBRARY_PATH when building stuff to use this install of Qt | * Don't forget to set PKG_CONFIG_PATH=/usr/local/qte/lib/pkgconfig:/usr/lib/pkgconfig, PATH=/usr/local/qte/bin:$PATH, and LD_LIBRARY_PATH=/usr/local/qte/lib:$LD_LIBRARY_PATH when building stuff to use this install of Qt | ||