CuteHMI - Services (CuteHMI.Services.2)
platform.hpp
1 #ifndef H_EXTENSIONS_CUTEHMI_SERVICES_2_INCLUDE_CUTEHMI_SERVICES_INTERNAL_PLATFORM_HPP
2 #define H_EXTENSIONS_CUTEHMI_SERVICES_2_INCLUDE_CUTEHMI_SERVICES_INTERNAL_PLATFORM_HPP
3 
4 // This file has been autogenerated by 'ExtensionSkeleton.qbs'.
5 
6 #include <QtGlobal>
7 
8 #ifdef CUTEHMI_SERVICES_DYNAMIC
9  #ifdef CUTEHMI_SERVICES_BUILD
10  // Export symbols to dynamic library.
11  #define CUTEHMI_SERVICES_API Q_DECL_EXPORT
12  #ifdef CUTEHMI_SERVICES_TESTS
13  // Export symbols to dynamic library.
14  #define CUTEHMI_SERVICES_PRIVATE Q_DECL_EXPORT
15  #else
16  #define CUTEHMI_SERVICES_PRIVATE
17  #endif
18  #else
19  // Using symbols from dynamic library.
20  #define CUTEHMI_SERVICES_API Q_DECL_IMPORT
21  #ifdef CUTEHMI_SERVICES_TESTS
22  // Using symbols from dynamic library.
23  #define CUTEHMI_SERVICES_PRIVATE Q_DECL_IMPORT
24  #else
25  #define CUTEHMI_SERVICES_PRIVATE
26  #endif
27  #endif
28 #else
29  #define CUTEHMI_SERVICES_API
30  #define CUTEHMI_SERVICES_PRIVATE
31 #endif
32 
33 #endif
34 
35 //(c)C: Copyright © 2019, Michał Policht <michal@policht.pl>. All rights reserved.
36 //(c)C: This file is a part of CuteHMI.
37 //(c)C: CuteHMI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
38 //(c)C: CuteHMI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
39 //(c)C: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.