Windows/configure.exe: Build V8 by default.
Change-Id: I01f31f683fcac322c2a8bec313a48057939ebeb0 Reviewed-on: http://codereview.qt-project.org/5809 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>bb10
parent
5066c914bd
commit
ee11b5551b
|
|
@ -282,7 +282,7 @@ Configure::Configure(int& argc, char** argv)
|
|||
dictionary[ "WMSDK" ] = "auto";
|
||||
dictionary[ "DIRECTSHOW" ] = "no";
|
||||
dictionary[ "WEBKIT" ] = "auto";
|
||||
dictionary[ "V8" ] = "auto";
|
||||
dictionary[ "V8" ] = "yes";
|
||||
dictionary[ "DECLARATIVE" ] = "auto";
|
||||
dictionary[ "DECLARATIVE_DEBUG" ]= "yes";
|
||||
dictionary[ "PLUGIN_MANIFESTS" ] = "yes";
|
||||
|
|
|
|||
Loading…
Reference in New Issue