16 #if QT_VERSION < 0x040000
22 #define QWT_VERSION 0x050203
23 #define QWT_VERSION_STR "5.2.3"
25 #if defined(Q_WS_WIN) || defined(Q_WS_S60)
29 #pragma warning(disable: 4660)
34 #if defined(QWT_MAKEDLL) // create a Qwt DLL library
35 #define QWT_EXPORT __declspec(dllexport)
36 #define QWT_TEMPLATEDLL
37 #else // use a Qwt DLL library
38 #define QWT_EXPORT __declspec(dllimport)
43 #endif // Q_WS_WIN || Q_WS_S60
51 #endif // QWT_GLOBAL_H