[Turqstat-commits] [SCM] Turquoise SuperStat - http://www.softwolves.pp.se/sw/software/turquoise branch, xturqstat-win32, updated. release-3.0-2-14-g68a00b7
Peter Karlsson
peter at softwolves.pp.se
Tue Mar 25 06:19:51 UTC 2008
The following commit has been merged in the xturqstat-win32 branch:
commit a3de3c113b4dc2e87c87507d86324b39413a5933
Author: Peter Karlsson <peter at softwolves.pp.se>
Date: Mon Mar 24 14:08:10 2008 +0100
Require 4.2.0 instead of 4.3.0.
diff --git a/qtgui.cpp b/qtgui.cpp
index c87f1ef..a2e637c 100644
--- a/qtgui.cpp
+++ b/qtgui.cpp
@@ -28,8 +28,8 @@
#include <stdlib.h>
#include <qglobal.h>
-#if QT_VERSION < 0x040300
-# error This program is written for Qt version 4.3.0 or later
+#if QT_VERSION < 0x040200
+# error This program is written for Qt version 4.2.0 or later
#endif
#include <qapplication.h>
--
Turquoise SuperStat - http://www.softwolves.pp.se/sw/software/turquoise
More information about the Turqstat-commits
mailing list