Changes between Version 7 and Version 8 of BuildingQtOnSymbian


Ignore:
Timestamp:
Mar 11, 2010 9:02:41 AM (14 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnSymbian

    v7 v8  
    5151If you have problems starting your favourite browser (Anomaly/QtLauncher) on Symbian HW, here are some choices to remember:
    5252     * Use '''QtLauncher''' that ships inside Webkit.org trunk to build your test browser. You don't have to worry about exports and .DEF files in this case.
    53      * To use '''Anomaly''' from $QTSRC/demos/embedded/, you may have to update the .DEF files known to the Qt installation to make Anomaly link OK. [[BR]] To do so , recompile QtWebkit.dll by passing an additional {{{--qmake-arg="CONFIG+=def_files"}}} argument to the {{{build-webkit}}} script mentioned above. (Re)deploy the updated QtWebkit.dll to your device.
     53     * To use '''Anomaly''' from $QTSRC/demos/embedded/, you may have to update the .DEF files known to the Qt installation to make Anomaly work OK. [[BR]] To do so , recompile QtWebkit.dll by passing an additional argument to the {{{build-webkit}}} script and re-deploy to device. [[BR]] {{{--qmake-arg="CONFIG+=def_files"}}}