0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-26 01:24:39 +03:00
LimeReport/3rdparty/zint-2.6.1/backend_qt/qzint_global.h

17 lines
300 B
C
Raw Normal View History

2017-09-08 06:30:38 +03:00
#ifndef QZINT_GLOBAL_H
#define QZINT_GLOBAL_H
#include <QtCore/qglobal.h>
2019-07-30 14:09:09 +03:00
#ifdef HAVE_STATIC_BUILD
# define QZINTSHARED_EXPORT /**/
#else
2017-09-08 06:30:38 +03:00
#if defined(QZINT_LIBRARY)
# define QZINTSHARED_EXPORT Q_DECL_EXPORT
#else
# define QZINTSHARED_EXPORT Q_DECL_IMPORT
#endif
2019-07-30 14:09:09 +03:00
#endif
2017-09-08 06:30:38 +03:00
#endif // QZINT_GLOBAL_H