Index: /trunk/configure
===================================================================
--- /trunk/configure	(revision 41021)
+++ /trunk/configure	(revision 41022)
@@ -1452,9 +1452,9 @@
 {
   printf("found version %s", QT_VERSION_STR);
-#if QT_VERSION >= 0x040400
+#if QT_VERSION >= 0x040602
   printf(", OK.\n");
   return 0;
 #else
-  printf(", expected version 4.4.0 or higher\n");
+  printf(", expected version 4.6.2 or higher\n");
   return 1;
 #endif
@@ -1485,9 +1485,9 @@
 {
   printf("found version %s", QT_VERSION_STR);
-#if QT_VERSION >= 0x040400
+#if QT_VERSION >= 0x040602
   printf(", OK.\n");
   return 0;
 #else
-  printf(", expected version 4.4.0 or higher\n");
+  printf(", expected version 4.6.2 or higher\n");
   return 1;
 #endif
