mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-09 05:57:15 +03:00
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
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
|