Changes between Version 7 and Version 8 of BuildingQtOnSymbian
- Timestamp:
- Mar 11, 2010, 9:02:41 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnSymbian
v7 v8 51 51 If you have problems starting your favourite browser (Anomaly/QtLauncher) on Symbian HW, here are some choices to remember: 52 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.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"}}}