The Secret Order of Templates - C++ Plugin Skeleton (Templates.CppPluginSkeleton.0)
platform.hpp
1#ifndef H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_INTERNAL_PLATFORM_HPP
2#define H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_INTERNAL_PLATFORM_HPP
3
4// This file has been initially autogenerated by 'cutehmi.skeleton.cpp' Qbs module.
5
6#include <QtGlobal>
7
8#ifdef TEMPLATES_CPPPLUGINSKELETON_DYNAMIC
9 #ifdef TEMPLATES_CPPPLUGINSKELETON_BUILD
10 // Export symbols to dynamic library.
11 #define TEMPLATES_CPPPLUGINSKELETON_API Q_DECL_EXPORT
12 #ifdef TEMPLATES_CPPPLUGINSKELETON_TESTS
13 // Export symbols to dynamic library.
14 #define TEMPLATES_CPPPLUGINSKELETON_PRIVATE Q_DECL_EXPORT
15 #else
16 #define TEMPLATES_CPPPLUGINSKELETON_PRIVATE
17 #endif
18 #else
19 // Using symbols from dynamic library.
20 #define TEMPLATES_CPPPLUGINSKELETON_API Q_DECL_IMPORT
21 #ifdef TEMPLATES_CPPPLUGINSKELETON_TESTS
22 // Using symbols from dynamic library.
23 #define TEMPLATES_CPPPLUGINSKELETON_PRIVATE Q_DECL_IMPORT
24 #else
25 #define TEMPLATES_CPPPLUGINSKELETON_PRIVATE
26 #endif
27 #endif
28#else
29 #define TEMPLATES_CPPPLUGINSKELETON_API
30 #define TEMPLATES_CPPPLUGINSKELETON_PRIVATE
31#endif
32
33#endif
34
35//(c)ANYONE: Copyright © 2020-2023, Anyone. All rights reserved.
36//(c)ANYONE: SPDX-License-Identifier: LGPL-3.0-or-later OR MIT
37//(c)ANYONE: This file is a part of CuteHMI.
38//(c)ANYONE: 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.
39//(c)ANYONE: 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.
40//(c)ANYONE: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.
41//(c)ANYONE: Additionally, this file is licensed under terms of MIT license as expressed below.
42//(c)ANYONE: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
43//(c)ANYONE: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
44//(c)ANYONE: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.