diff --git a/common/GlobalDefines.hh b/common/GlobalDefines.hh index 6f42d4789e6c8af48b9bd79c303146a1dc719184..b7218db60112a22b073a3c8d2ebf94c467675109 100644 --- a/common/GlobalDefines.hh +++ b/common/GlobalDefines.hh @@ -67,15 +67,13 @@ #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__ * 10) -#if QT_VERSION >= 0x040600 +#if QT_VERSION >= 0x040700 #ifdef WIN32 - #pragma message("Detected QT Version 4.6 or higher!") + #pragma message("Detected QT Version 4.7 or higher!") #pragma message("OpenFlipper has not been tested with this QT Version.") - #pragma message("There might be some OpenGL related bugs!") #else - #warning Detected QT Version 4.6 or higher! + #warning Detected QT Version 4.7 or higher! #warning OpenFlipper has not been tested with this QT Version. - #warning There might be some OpenGL related bugs! #endif #endif