KD Reports API Documentation  2.2
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