ui/widgets/glxzoomwidget/inc/glxzoomwidget_global.h
author hgs
Fri, 25 Jun 2010 15:41:33 +0530
changeset 45 863223ea6961
parent 43 72396548277c
permissions -rw-r--r--
201025

#ifndef GLXZOOMWIDGET_GLOBAL_H
#define GLXZOOMWIDGET_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(GLXZOOMWIDGET_LIBRARY)
#  define GLXZOOMWIDGETSHARED_EXPORT Q_DECL_EXPORT
#else
#  define GLXZOOMWIDGETSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // GLXZOOMWIDGET_GLOBAL_H