KD SOAP API Documentation  2.2
KDSoapGlobal.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** This file is part of the KD Soap project.
4 **
5 ** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 #ifndef KDSOAPGLOBAL_H
11 #define KDSOAPGLOBAL_H
12 
13 #include <QtCore/QtGlobal>
14 
15 #ifdef KDSOAP_STATICLIB
16 #undef KDSOAP_SHARED
17 #define KDSOAP_EXPORT
18 #else
19 #ifdef KDSOAP_BUILD_KDSOAP_LIB
20 #define KDSOAP_EXPORT Q_DECL_EXPORT
21 #else
22 #define KDSOAP_EXPORT Q_DECL_IMPORT
23 #endif
24 #endif
25 
26 #endif /* KDSOAPGLOBAL_H */

© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-soap/
Generated by doxygen 1.9.1