equal
deleted
inserted
replaced
26 |
26 |
27 isEmpty(_BROWSERUI_PRI_INCLUDED_): { |
27 isEmpty(_BROWSERUI_PRI_INCLUDED_): { |
28 |
28 |
29 _BROWSERUI_PRI_INCLUDED_=1 |
29 _BROWSERUI_PRI_INCLUDED_=1 |
30 |
30 |
|
31 # ;;; Temporary |
|
32 maemo { |
|
33 DEFINES += Q_WS_MAEMO_5 |
|
34 } |
|
35 |
31 symbian { |
36 symbian { |
32 CONFIG += debug_and_release |
37 CONFIG += debug_and_release |
33 MMP_RULES += EXPORTUNFROZEN |
38 MMP_RULES += EXPORTUNFROZEN |
34 } |
39 } |
35 |
40 |
76 br_fast_allocator=no |
81 br_fast_allocator=no |
77 br_default_iap=no |
82 br_default_iap=no |
78 br_orbit_ui=no |
83 br_orbit_ui=no |
79 br_openurl=no |
84 br_openurl=no |
80 br_qthighway=no |
85 br_qthighway=no |
81 br_tiled_backing_store=no |
86 br_tiled_backing_store=yes |
|
87 br_geolocation=no |
|
88 # Use browser localization file. |
|
89 br_platform_localization=no |
|
90 |
82 br_layout=default |
91 br_layout=default |
83 |
92 |
84 # For now Symbian only, Windows, Maemo will use the defaults |
93 # For now Symbian only, Windows, Maemo will use the defaults |
85 symbian { |
94 symbian { |
86 contains (browser_addon, fivezero) { |
95 contains (browser_addon, fivezero) { |
88 br_mobility_sysinfo=yes |
97 br_mobility_sysinfo=yes |
89 br_mobility_bearer=yes |
98 br_mobility_bearer=yes |
90 } |
99 } |
91 contains (browser_addon, ninetwo) { |
100 contains (browser_addon, ninetwo) { |
92 br_fast_allocator=yes |
101 br_fast_allocator=yes |
93 br_mobility_sysinfo=yes |
102 br_mobility_sysinfo=no |
94 br_mobility_bearer=yes |
103 br_mobility_bearer=no |
95 } |
104 } |
96 isEmpty (browser_addon){ |
105 isEmpty (browser_addon){ |
97 browser_addon=no |
106 browser_addon=no |
98 br_mobility_sysinfo=yes |
107 br_mobility_sysinfo=yes |
99 br_mobility_bearer=yes |
108 br_mobility_bearer=yes |
100 br_mobility_serviceframework=yes |
109 br_mobility_serviceframework=yes |
101 br_orbit_ui=yes |
110 br_orbit_ui=yes |
102 br_openurl=yes |
111 br_openurl=yes |
103 br_qthighway=yes |
112 br_qthighway=yes |
|
113 br_geolocation=no |
104 br_layout=tenone |
114 br_layout=tenone |
|
115 # Use platform localization file. |
|
116 br_platform_localization=yes |
105 } |
117 } |
|
118 } |
|
119 maemo { |
|
120 br_layout=maemolayout |
106 } |
121 } |
107 } |
122 } |
108 |
123 |