17 #define QWT_VERSION       0x060200 
   18 #define QWT_VERSION_STR   "6.2.0" 
   20 #if defined( _MSC_VER )  
   22 #pragma warning(disable: 4660) 
   24 #pragma warning(disable: 4250) 
   29 #if defined( QWT_MAKEDLL )      
   30 #define QWT_EXPORT Q_DECL_EXPORT 
   32 #define QWT_EXPORT Q_DECL_IMPORT 
   41 #define QWT_CONSTEXPR Q_DECL_CONSTEXPR 
   43 #if QT_VERSION >= 0x050000 
   44 #define QWT_OVERRIDE Q_DECL_OVERRIDE 
   45 #define QWT_FINAL Q_DECL_FINAL