diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/webkit/fancybrowser/fancybrowser.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webkit/fancybrowser/fancybrowser.pro b/examples/webkit/fancybrowser/fancybrowser.pro index 1ed212e..9d3d27e 100644 --- a/examples/webkit/fancybrowser/fancybrowser.pro +++ b/examples/webkit/fancybrowser/fancybrowser.pro @@ -12,8 +12,8 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000CF6C - TARGET.EPOCHEAPSIZE = 0×020000 0×4000000 - TARGET.CAPABILITY += NetworkServices + TARGET.EPOCHEAPSIZE = 0x1000 0x8000000 + TARGET.CAPABILITY += Location NetworkServices include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) } maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) |