| 49 | |
| 50 | == Running a Browser on device/emulator == |
| 51 | If 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. |