Go to the documentation of this file.
57 #ifndef GLOBALDEFINES_HH
58 #define GLOBALDEFINES_HH
67 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__ * 10)
70 #if QT_VERSION > 0x040802
72 #pragma message("Detected QT Version higher than 4.8.2!")
73 #pragma message("OpenFlipper has not been tested with this QT Version.")
75 #warning Detected QT Version higher than 4.8.1!
76 #warning OpenFlipper has not been tested with this QT Version.
85 #define OM_FORCE_STATIC_CAST
90 #if GCC_VERSION >= 4030
99 #ifdef USEPLUGINLIBDLL
100 #define DLLEXPORT __declspec(dllimport)
101 #define DLLEXPORTONLY
103 #define DLLEXPORT __declspec(dllexport)
104 #define DLLEXPORTONLY __declspec(dllexport)
108 #define DLLEXPORTONLY
112 #define DLLEXPORTONLY
118 #pragma warning( disable: 4251 )
123 #endif // GLOBALDEFINES_HH defined