Changes between Version 58 and Version 59 of BuildingQt5OnHarmattan
- Timestamp:
- Jan 12, 2012, 3:23:23 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQt5OnHarmattan
v58 v59 47 47 Inside Scratchbox in the {{{qt5}}} directory: 48 48 ||{{{export -n QTDIR}}}||To unset QTDIR. Or make sure that QTDIR points to your qt5/qtbase directory.|| 49 ||{{{./configure -developer-build -opensource -confirm-license -fast -force-pkg-config -nomake tests -nomake examples -nomake demos -platform linux-g++-maemo }}}|| ||49 ||{{{./configure -developer-build -opensource -confirm-license -fast -force-pkg-config -nomake tests -nomake examples -nomake demos -platform linux-g++-maemo }}}||Note the use of the maemo mkspec|| 50 50 ||{{{make}}}||From the toplevel qt5 directory to build all modules in one shot.|| 51 51 ||{{{export PATH=$PWD/qtbase/bin:$PATH}}}||Ensure your PATH is up-to-date to use the qt5 qmake instead of the default one.||