Changeset 876
- Timestamp:
- Jun 30, 2011, 3:49:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r874 r876 255 255 G.CFG_MULTIMEDIA = "auto" 256 256 G.CFG_AUDIO_BACKEND = "auto" 257 G.CFG_SVG = " yes"257 G.CFG_SVG = "" 258 258 G.CFG_DECLARATIVE = "auto" 259 259 G.CFG_DECLARATIVE_DEBUG = "yes" … … 482 482 if (G.CFG_QCONFIG \== "full" & G.CFG_QT3SUPPORT == "yes") then do 483 483 call SayLog "Warning: '-qconfig "G.CFG_QCONFIG"' will disable the qt3support library." 484 485 486 487 488 484 489 G.CFG_QT3SUPPORT = "no" 485 490 end … … 1082 1087 end 1083 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1084 1107 if (G.CFG_SCRIPT == "auto") then 1085 1108 G.CFG_SCRIPT = "yes" … … 1116 1139 1117 1140 if (G.CFG_WEBKIT == "auto") then do 1118 if (G. OfficialBuild) then1119 G.CFG_WEBKIT = "yes"1141 if (G.) then 1142 G.CFG_WEBKIT =" 1120 1143 else do 1121 G.CFG_WEBKIT = "no" 1122 call SaySay G.EOL||, 1144 if (G.OfficialBuild) then 1145 G.CFG_WEBKIT = "yes" 1146 else do 1147 G.CFG_WEBKIT = "no" 1148 call SaySay G.EOL||, 1123 1149 'Qt comes with the webkit module that provides a powerful framework for web-'G.EOL||, 1124 1150 'based applications and may be required by some of them but it takes a very 'G.EOL||, 1125 1151 'long time to compile and build (it will double the overall compilation time).' 1126 if (GetYesNo('Do you want to enable the webkit module?', 'N')) then do 1127 G.CFG_WEBKIT = "yes" 1152 if (GetYesNo('Do you want to enable the webkit module?', 'N')) then do 1153 G.CFG_WEBKIT = "yes" 1154 end 1128 1155 end 1129 1156 end
Note:
See TracChangeset
for help on using the changeset viewer.