0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-26 01:24:39 +03:00
LimeReport/3rdparty/zint-2.10.0/backend_qt/qzint_global.h
Rodrigo Torres 6822ade01b Update Zint
2022-01-26 09:16:57 -03:00

15 lines
281 B
C

#ifndef QZINT_GLOBAL_H
#define QZINT_GLOBAL_H
#include <QtCore/qglobal.h>
#ifdef QZINT_STATIC_BUILD
# define QZINTSHARED_EXPORT /**/
#elif QZINT_LIBRARY
# define QZINTSHARED_EXPORT Q_DECL_EXPORT
#else
# define QZINTSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // QZINT_GLOBAL_H