ui/widgets/glxzoomwidget/inc/glxzoomwidget_global.h
changeset 36 6481344a6d67
equal deleted inserted replaced
33:1ee2af37811f 36:6481344a6d67
       
     1 #ifndef GLXZOOMWIDGET_GLOBAL_H
       
     2 #define GLXZOOMWIDGET_GLOBAL_H
       
     3 
       
     4 #include <QtCore/qglobal.h>
       
     5 
       
     6 #if defined(GLXZOOMWIDGET_LIBRARY)
       
     7 #  define GLXZOOMWIDGETSHARED_EXPORT Q_DECL_EXPORT
       
     8 #else
       
     9 #  define GLXZOOMWIDGETSHARED_EXPORT Q_DECL_IMPORT
       
    10 #endif
       
    11 
       
    12 #endif // GLXZOOMWIDGET_GLOBAL_H