KD Reports API Documentation
2.2
Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
x
Functions
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
m
q
u
w
Typedefs
Enumerations
Enumerator
Properties
Files
File List
File Members
All
Functions
Variables
Typedefs
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
src
KDReports
KDReportsGlobal.h
Go to the documentation of this file.
1
/****************************************************************************
2
**
3
** This file is part of the KD Reports library.
4
**
5
** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6
**
7
** SPDX-License-Identifier: MIT
8
**
9
****************************************************************************/
10
11
#ifndef KDREPORTSGLOBAL_H
12
#define KDREPORTSGLOBAL_H
13
14
#include <qglobal.h>
15
16
#ifdef KDREPORTS_STATICLIB
17
#undef KDREPORTS_SHAREDLIB
18
#define KDREPORTS_EXPORT
19
#else
20
#ifdef KDREPORTS_BUILD_KDREPORTS_LIB
21
#define KDREPORTS_EXPORT Q_DECL_EXPORT
22
#else
23
#define KDREPORTS_EXPORT Q_DECL_IMPORT
24
#endif
25
#endif
26
27
#endif
/* KDREPORTSGLOBAL_H */
© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-reports/
Generated by doxygen 1.9.1