From ee11b5551b63dc95ae6f453ef56b82a9abd3393b Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 29 Sep 2011 16:53:43 +0200 Subject: Windows/configure.exe: Build V8 by default. Change-Id: I01f31f683fcac322c2a8bec313a48057939ebeb0 Reviewed-on: http://codereview.qt-project.org/5809 Reviewed-by: Qt Sanity Bot Reviewed-by: Friedemann Kleint --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure/configureapp.cpp') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index b22412fe09..60b87106b6 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -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"; -- cgit v1.2.3