Warning, /sdk/cutehmi/extensions/CuteHMI/Services.3/project.qbs is written in an unsupported language. File is not indexed.

0001 import qbs
0002 import qbs.Utilities
0003 
0004 import cutehmi
0005 
0006 Project {
0007         name: "CuteHMI.Services.3"
0008 
0009         references: [
0010                 "tests/tests.qbs"
0011         ]
0012 
0013         cutehmi.CppExtension {
0014                 name: parent.name
0015 
0016                 vendor: "CuteHMI"
0017 
0018                 domain: "cutehmi.kde.org"
0019 
0020                 friendlyName: "Services"
0021 
0022                 description: "Extension that helps creating services."
0023 
0024                 files: [
0025          "CHANGES.md",
0026          "README.md",
0027          "LICENSE.MIT",
0028          "LICENSE.LGPL3",
0029          "dev/CuteHMI.Services-1.workaround.Qml2Puppet.solved.txt",
0030          "dev/CuteHMI.Services-2.workaround.Qt.Qt5.txt",
0031          "dev/CuteHMI.Services-3.workaround.Qt.design.txt",
0032          "dev/CuteHMI.Services-4.workaround.Qt.missing.txt",
0033          "dev/CuteHMI.Services-5.workaround.Qt.bug.txt",
0034          "dev/StandardStates.scxml",
0035          "include/cutehmi/services/AbstractService.hpp",
0036          "include/cutehmi/services/AbstractServiceController.hpp",
0037          "include/cutehmi/services/Init.hpp",
0038          "include/cutehmi/services/SelfServiceAttachedType.hpp",
0039          "include/cutehmi/services/Service.hpp",
0040          "include/cutehmi/services/ServiceAutoActivate.hpp",
0041          "include/cutehmi/services/ServiceAutoRepair.hpp",
0042          "include/cutehmi/services/ServiceAutoStart.hpp",
0043          "include/cutehmi/services/ServiceDependency.hpp",
0044          "include/cutehmi/services/ServiceGroup.hpp",
0045          "include/cutehmi/services/ServiceGroupRule.hpp",
0046          "include/cutehmi/services/Serviceable.hpp",
0047          "include/cutehmi/services/StartedStateInterface.hpp",
0048          "include/cutehmi/services/StateInterface.hpp",
0049          "include/cutehmi/services/internal/platform.hpp",
0050          "include/cutehmi/services/internal/common.hpp",
0051          "include/cutehmi/services/logging.hpp",
0052          "include/cutehmi/services/metadata.hpp",
0053          "include/cutehmi/services/SelfService.hpp",
0054          "src/cutehmi/services/AbstractService.cpp",
0055          "src/cutehmi/services/AbstractServiceController.cpp",
0056          "src/cutehmi/services/Init.cpp",
0057          "src/cutehmi/services/SelfServiceAttachedType.cpp",
0058          "src/cutehmi/services/Service.cpp",
0059          "src/cutehmi/services/ServiceAutoActivate.cpp",
0060          "src/cutehmi/services/ServiceAutoRepair.cpp",
0061          "src/cutehmi/services/ServiceAutoStart.cpp",
0062          "src/cutehmi/services/ServiceDependency.cpp",
0063          "src/cutehmi/services/ServiceGroup.cpp",
0064          "src/cutehmi/services/ServiceGroupRule.cpp",
0065          "src/cutehmi/services/StartedStateInterface.cpp",
0066          "src/cutehmi/services/StateInterface.cpp",
0067          "src/cutehmi/services/internal/QMLPlugin.cpp",
0068          "src/cutehmi/services/internal/QMLPlugin.hpp",
0069          "src/cutehmi/services/internal/ServiceStartedStateInterface.cpp",
0070          "src/cutehmi/services/internal/ServiceStartedStateInterface.hpp",
0071          "src/cutehmi/services/internal/ServiceStateInterface.cpp",
0072          "src/cutehmi/services/internal/ServiceStateInterface.hpp",
0073          "src/cutehmi/services/internal/ServiceStateMachine.cpp",
0074          "src/cutehmi/services/SelfService.cpp",
0075          "src/cutehmi/services/internal/ServiceStateMachine.hpp",
0076          "src/cutehmi/services/internal/stateInterfaceHelpers.hpp",
0077          "src/cutehmi/services/logging.cpp",
0078      ]
0079 
0080                 Depends { name: "Qt.core" }
0081 
0082                 Depends { name: "CuteHMI.2" }
0083 
0084                 //<CuteHMI.Services-2.workaround target="Qt" cause="Qt5">
0085                 Depends { name: "Qt.statemachine"; condition: Utilities.versionCompare(Qt.core.version, "6.0.0") >= 0 }
0086                 //</CuteHMI.Services-2.workaround>
0087 
0088                 //<CuteHMI.Workarounds.Qt5Compatibility-1.workaround target="Qt" cause="Qt5">
0089                 Depends { name: "CuteHMI.Workarounds.Qt5Compatibility.0"; cpp.link: false }
0090                 //</CuteHMI.Workarounds.Qt5Compatibility-1.workaround>
0091 
0092                 Depends { name: "cutehmi.doxygen" }
0093                 cutehmi.doxygen.warnIfUndocumented: false
0094                 cutehmi.doxygen.useDoxyqml: true
0095                 cutehmi.doxygen.exclude: ['dev', 'tests']
0096 
0097                 Depends { name: "cutehmi.init" }
0098 
0099                 Depends { name: "cutehmi.qmldir" }
0100 
0101                 Depends { name: "cutehmi.qmltyperegistrar" }
0102 
0103                 Export {
0104                         Depends { name: "Qt.core" }
0105 
0106                         Depends { name: "Qt.statemachine"; condition: Utilities.versionCompare(Qt.core.version, "6.0.0") >= 0 }
0107 
0108                         Depends { name: "CuteHMI.2" }
0109                 }
0110         }
0111 }
0112 
0113 //(c)C: Copyright © 2022, Michał Policht <michal@policht.pl>. All rights reserved.
0114 //(c)C: SPDX-License-Identifier: LGPL-3.0-or-later OR MIT
0115 //(c)C: This file is a part of CuteHMI.
0116 //(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.
0117 //(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.
0118 //(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/>.
0119 //(c)C: Additionally, this file is licensed under terms of MIT license as expressed below.
0120 //(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:
0121 //(c)C: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
0122 //(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.