Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_global.h


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_global.h

    r4271 r8127  
    1515// QWT_VERSION is (major << 16) + (minor << 8) + patch.
    1616
    17 #define QWT_VERSION       0x060001
    18 #define QWT_VERSION_STR   "6.0.1"
    19 
    20 #if defined(Q_WS_WIN) || defined(Q_WS_S60)
     17#define QWT_VERSION       0x060104
     18#define QWT_VERSION_STR   "6.1.4"
    2119
    2220#if defined(_MSC_VER) /* MSVC Compiler */
    2321/* template-class specialization 'identifier' is already instantiated */
    2422#pragma warning(disable: 4660)
     23/* inherits via dominance */
     24#pragma warning(disable: 4250)
    2525#endif // _MSC_VER
    2626
     
    2828
    2929#if defined(QWT_MAKEDLL)     // create a Qwt DLL library
    30 #define QWT_EXPORT  __declspec(dllexport)
    31 #define QWT_TEMPLATEDLL
     30#define QWT_EXPORT Q_DECL_EXPORT
    3231#else                        // use a Qwt DLL library
    33 #define QWT_EXPORT  __declspec(dllimport)
     32#define QWT_EXPORT Q_DECL_IMPORT
    3433#endif
    3534
    3635#endif // QWT_DLL
    37 
    38 #endif // Q_WS_WIN || Q_WS_S60
    3936
    4037#ifndef QWT_EXPORT
     
    4239#endif
    4340
    44 // #define QWT_NO_COMPAT 1 // disable withdrawn functionality
    45 
    4641#endif
Note: See TracChangeset for help on using the changeset viewer.