phonebookengines/cntimageutility/inc/cntimageutilityglobal.h
changeset 81 640d30f4fb64
parent 27 de1630741fbe
equal deleted inserted replaced
77:c18f9fa7f42e 81:640d30f4fb64
    18 #ifndef CNTIMAGEUTILITYGLOBAL_H
    18 #ifndef CNTIMAGEUTILITYGLOBAL_H
    19 #define CNTIMAGEUTILITYGLOBAL_H
    19 #define CNTIMAGEUTILITYGLOBAL_H
    20 
    20 
    21 #include <QtCore/QtGlobal>
    21 #include <QtCore/QtGlobal>
    22 
    22 
    23 #if defined(CNTIMAGEUTILITY_LIBRARY)
    23 
    24 #  define CNTIMAGEUTILITYLIB_EXPORT Q_DECL_EXPORT
    24 #ifdef CNTIMAGEUTILITY_NO_EXPORT
       
    25 #define CNTIMAGEUTILITYLIB_EXPORT 
       
    26 #elif CNTIMAGEUTILITY_LIBRARY
       
    27 #define CNTIMAGEUTILITYLIB_EXPORT Q_DECL_EXPORT
    25 #else
    28 #else
    26 #  define CNTIMAGEUTILITYLIB_EXPORT Q_DECL_IMPORT
    29 #define CNTIMAGEUTILITYLIB_EXPORT Q_DECL_IMPORT
    27 #endif
    30 #endif
    28 
    31 
    29 #endif
    32 #endif