Changes between Version 42 and Version 43 of BuildingQt5OnHarmattan
- Timestamp:
- Oct 21, 2011, 3:37:40 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v42 v43 40 40 Inside Scratchbox: 41 41 * '''unset QTDIR''' 42 * Run configure in the qt5 directory: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config -nomake tests }}}42 * Run configure in the qt5 directory: {{{./configure -nokia-developer -fast -platform unsupported/linux-host-g++ -xplatform linux-g++-maemo -force-pkg-config -nomake tests -nomake examples}}} 43 43 * And run {{{make}}} from the toplevel qt5 directory to build all modules in one shot. 44 44 * Ensure your PATH is up-to-date: {{{export PATH=$PWD/qtbase/bin:$PATH}}}