From 83375db73374e160de0810ede79fab77a286ad74 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 31 May 2011 11:10:44 +0200 Subject: [PATCH] configure.exe: Remove QT3_SUPPORT. As it is causing compile problems. --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 6857bdeb7d..098554d0ff 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -337,7 +337,7 @@ Configure::Configure(int& argc, char** argv) dictionary[ "LIBMNG" ] = "auto"; dictionary[ "FREETYPE" ] = "no"; - dictionary[ "QT3SUPPORT" ] = "yes"; + dictionary[ "QT3SUPPORT" ] = "no"; dictionary[ "ACCESSIBILITY" ] = "yes"; dictionary[ "OPENGL" ] = "yes"; dictionary[ "OPENVG" ] = "no";