Changes between Version 6 and Version 7 of BuildingQtOnSymbian


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

running on HW issues

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnSymbian

    v6 v7  
    4747    * {{{perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg }}}'''debug'''{{{-armv6}}}
    4848    * {{{make sis}}}
     49
     50== Running a Browser on device/emulator ==
     51If you have problems starting your favourite browser (Anomaly/QtLauncher) on Symbian HW, here are some choices to remember:
     52     * 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.