Warning, /sdk/cutehmi/extensions/CuteHMI/Symbols/HVAC.1/project.qbs is written in an unsupported language. File is not indexed.
0001 import qbs 0002 0003 import cutehmi 0004 0005 Project { 0006 name: "CuteHMI.Symbols.HVAC.1" 0007 0008 references: [ 0009 "tests/tests.qbs" 0010 ] 0011 0012 cutehmi.Extension { 0013 name: parent.name 0014 0015 friendlyName: "HVAC" 0016 0017 vendor: "CuteHMI" 0018 0019 domain: "cutehmi.kde.org" 0020 0021 description: "Symbols for heating, ventilation and air conditioning." 0022 0023 files: [ 0024 "AirFilter.qml", 0025 "BasicCooler.qml", 0026 "BasicDiscreteInstrument.qml", 0027 "BasicHeater.qml", 0028 "BladeDamper.qml", 0029 "CentrifugalFan.qml", 0030 "Cooler.qml", 0031 "HeatExchanger.qml", 0032 "HeatRecoveryWheel.qml", 0033 "Heater.qml", 0034 "LICENSE.MIT", 0035 "LICENSE.LGPL3", 0036 "MotorActuator.qml", 0037 "Pump.qml", 0038 "README.md", 0039 "SymbolCanvas.qml", 0040 "Tank.qml", 0041 "Valve.qml", 0042 "designer/HVAC.metainfo", 0043 ] 0044 0045 Depends { name: "CuteHMI.GUI.1" } 0046 0047 Depends { name: "cutehmi.doxygen" } 0048 cutehmi.doxygen.warnIfUndocumented: false 0049 cutehmi.doxygen.useDoxyqml: true 0050 cutehmi.doxygen.exclude: ['dev', 'tests'] 0051 0052 Depends { name: "cutehmi.qmldir" } 0053 cutehmi.qmldir.exclude: ["^SymbolCanvas.qml$"] 0054 0055 Depends { name: "cutehmi.qmltyperegistrar" } 0056 0057 Export { 0058 Depends { name: "CuteHMI.GUI.1" } 0059 } 0060 } 0061 } 0062 0063 //(c)C: Copyright © 2020-2022, Michał Policht <michal@policht.pl>. All rights reserved. 0064 //(c)C: SPDX-License-Identifier: LGPL-3.0-or-later OR MIT 0065 //(c)C: This file is a part of CuteHMI. 0066 //(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. 0067 //(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. 0068 //(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/>. 0069 //(c)C: Additionally, this file is licensed under terms of MIT license as expressed below. 0070 //(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: 0071 //(c)C: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 0072 //(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.