mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
Update Zint
This commit is contained in:
14
3rdparty/zint-2.10.0/backend_qt/qzint_global.h
vendored
Normal file
14
3rdparty/zint-2.10.0/backend_qt/qzint_global.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user