ui/widgets/glxzoomwidget/inc/glxzoomwidget_global.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 18 Aug 2010 09:48:53 +0300
changeset 55 fb37077c270f
parent 36 6481344a6d67
permissions -rw-r--r--
Revision: 201031 Kit: 201033

#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