diff --git a/common/GlobalDefines.hh b/common/GlobalDefines.hh index 50e5b38ee07f966a66ca432e6e3c32114171f554..824d5eb0602668a54964932d37b88981af1740f6 100644 --- a/common/GlobalDefines.hh +++ b/common/GlobalDefines.hh @@ -67,12 +67,12 @@ #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__ * 10) -#if QT_VERSION > 0x050300 +#if QT_VERSION > 0x050301 #ifdef WIN32 - #pragma message("Detected QT Version higher than 5.3.0!") + #pragma message("Detected QT Version higher than 5.3.1!") #pragma message("OpenFlipper has not been tested with this QT Version on Windows.") #else - #warning Detected QT Version higher than 4.8.4! + #warning Detected QT Version higher than 5.3.1! #warning OpenFlipper has not been tested with this QT Version. #endif #endif