From 97ada6d92f4d68c287f936162542b4113c959e58 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 14 May 2009 22:45:02 +0200 Subject: [PATCH] Revert "Forbid Qt4.5.0" Stupid Ubunty Jaunty! This reverts commit b6b7804713f8aee372637597e9c51aeab09c526f. --- modules/gui/qt4/qt4.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/qt4.hpp b/modules/gui/qt4/qt4.hpp index ce465341a1..6bde271569 100644 --- a/modules/gui/qt4/qt4.hpp +++ b/modules/gui/qt4/qt4.hpp @@ -40,7 +40,7 @@ # error Update your Qt version #endif #if QT_VERSION == 0x040500 -# error Please update Qt version to 4.5.1. +# warning Please update Qt version to 4.5.1. This warning will become an error. #endif enum { -- 2.39.5