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/qwtpolar/qwt_polar_global.h

    r4272 r8127  
    1414// QWT_POLAR_VERSION is (major << 16) + (minor << 8) + patch.
    1515
    16 #define QWT_POLAR_VERSION       0x010000
    17 #define QWT_POLAR_VERSION_STR   "1.0.0"
    18 
    19 #if defined(Q_WS_WIN) || defined(Q_WS_S60)
     16#define QWT_POLAR_VERSION       0x010101
     17#define QWT_POLAR_VERSION_STR   "1.1.1"
    2018
    2119#if defined(_MSC_VER) /* MSVC Compiler */
     
    2624#ifdef QWT_POLAR_DLL
    2725
    28 #if defined(QWT_POLAR_MAKEDLL)     // create a Qwt DLL library
    29 #define QWT_POLAR_EXPORT  __declspec(dllexport)
     26#if defined(QWT_POLAR_MAKEDLL)     // create DLL library
     27#define QWT_POLAR_EXPORT  Q_DECL_EXPORT
    3028#define QWT_POLAR_TEMPLATEDLL
    31 #else                        // use a Qwt DLL library
    32 #define QWT_POLAR_EXPORT  __declspec(dllimport)
     29#else                        // use DLL library
     30#define QWT_POLAR_EXPORT  Q_DECL_IMPORT
    3331#endif
    3432
    35 #endif // QWT_POLAR_MAKEDLL
    36 
    37 #endif // Q_WS_WIN
     33#endif // QWT_POLAR_DLL
    3834
    3935#ifndef QWT_POLAR_EXPORT
Note: See TracChangeset for help on using the changeset viewer.