User:VladVukicevic/Maemo 2007q3: Difference between revisions

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
** 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
** 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
** 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
* 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 demos, debug files, docs, translations, etc.)
* 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


Confirmed users, Bureaucrats and Sysops emeriti
792

edits