Files
3rdparty
dark_style_sheet
easyprofiler
zint-2.6.1
backend
backend_qt
CMakeLists.txt
backend_qt.pro
backend_vc8.pro
qzint.cpp
qzint.h
qzint_global.h
readme
COPYING
3rdparty.pro
console
demo_r1
demo_r2
designer
designer_plugin
docs
include
limereport
tests
translations
.gitignore
.travis.yml
COPYING
LICENSE
README.md
common.pri
followTo.patch
limereport.pri
limereport.pro
qzint.pri
LimeReport/3rdparty/zint-2.6.1/backend_qt/qzint_global.h
2017-09-08 06:30:38 +03:00

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