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

15 lines
281 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>
2021-02-03 22:00:14 +03:00
#ifdef QZINT_STATIC_BUILD
2019-07-30 14:09:09 +03:00
# define QZINTSHARED_EXPORT /**/
2021-02-03 22:00:14 +03:00
#elif QZINT_LIBRARY
2017-09-08 06:30:38 +03:00
# define QZINTSHARED_EXPORT Q_DECL_EXPORT
#else
# define QZINTSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // QZINT_GLOBAL_H