File indexing completed on 2024-09-22 05:05:35

0001 #ifndef H_EXTENSIONS_CUTEHMI_SERVICES_3_INCLUDE_CUTEHMI_SERVICES_INTERNAL_PLATFORM_HPP
0002 #define H_EXTENSIONS_CUTEHMI_SERVICES_3_INCLUDE_CUTEHMI_SERVICES_INTERNAL_PLATFORM_HPP
0003 
0004 // This file has been autogenerated by 'ExtensionSkeleton.qbs'.
0005 
0006 #include <QtGlobal>
0007 
0008 #ifdef CUTEHMI_SERVICES_DYNAMIC
0009     #ifdef CUTEHMI_SERVICES_BUILD
0010         // Export symbols to dynamic library.
0011         #define CUTEHMI_SERVICES_API Q_DECL_EXPORT
0012         #ifdef CUTEHMI_SERVICES_TESTS
0013             // Export symbols to dynamic library.
0014             #define CUTEHMI_SERVICES_PRIVATE Q_DECL_EXPORT
0015         #else
0016             #define CUTEHMI_SERVICES_PRIVATE
0017         #endif
0018     #else
0019         // Using symbols from dynamic library.
0020         #define CUTEHMI_SERVICES_API Q_DECL_IMPORT
0021         #ifdef CUTEHMI_SERVICES_TESTS
0022             // Using symbols from dynamic library.
0023             #define CUTEHMI_SERVICES_PRIVATE Q_DECL_IMPORT
0024         #else
0025             #define CUTEHMI_SERVICES_PRIVATE
0026         #endif
0027     #endif
0028 #else
0029     #define CUTEHMI_SERVICES_API
0030     #define CUTEHMI_SERVICES_PRIVATE
0031 #endif
0032 
0033 #endif
0034 
0035 //(c)C: Copyright © 2022, Michał Policht <michal@policht.pl>. All rights reserved.
0036 //(c)C: SPDX-License-Identifier: LGPL-3.0-or-later OR MIT
0037 //(c)C: This file is a part of CuteHMI.
0038 //(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.
0039 //(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.
0040 //(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/>.
0041 //(c)C: Additionally, this file is licensed under terms of MIT license as expressed below.
0042 //(c)C: 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:
0043 //(c)C: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
0044 //(c)C: 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.