mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-26 09:28:11 +03:00
9797b30d0a
zint as subproyect
13 lines
228 B
C
13 lines
228 B
C
#ifndef QZINT_GLOBAL_H
|
|
#define QZINT_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#if defined(QZINT_LIBRARY)
|
|
# define QZINTSHARED_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define QZINTSHARED_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif // QZINT_GLOBAL_H
|