Warning, /sdk/cutehmi/extensions/Templates/QMLSkeleton.0/project.qbs is written in an unsupported language. File is not indexed.

0001 import qbs
0002 
0003 import cutehmi
0004 
0005 cutehmi.ExtensionProject {
0006         groupSourceDirectory: path
0007 
0008         cutehmi.Extension {
0009                 name: parent.name
0010 
0011                 vendor: "The Secret Order of Templates"
0012 
0013                 domain: "xn--cuthmi-5of.kde.org"
0014 
0015                 friendlyName: "QML Skeleton"
0016 
0017                 description: "QML extension skeleton."
0018 
0019                 files: [
0020                         "README.md",
0021                         "LICENSE.MIT",
0022                         "LICENSE.LGPL3",
0023                         "View.qml",
0024                 ]
0025 
0026                 Depends { name: "cutehmi.doxygen" }
0027                 cutehmi.doxygen.useDoxyqml: true
0028                 cutehmi.doxygen.warnIfUndocumented: false
0029                 cutehmi.doxygen.exclude: ['tests']
0030 
0031                 Depends { name: "cutehmi.qmldir" }
0032 
0033                 Depends { name: "cutehmi.qmltyperegistrar" }
0034         }
0035 }
0036 
0037 //(c)ANYONE: Copyright © 2020-2024, Anyone. All rights reserved.
0038 //(c)ANYONE: SPDX-License-Identifier: LGPL-3.0-or-later OR MIT
0039 //(c)ANYONE: This file is a part of CuteHMI.
0040 //(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.
0041 //(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.
0042 //(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/>.
0043 //(c)ANYONE: Additionally, this file is licensed under terms of MIT license as expressed below.
0044 //(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:
0045 //(c)ANYONE: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
0046 //(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.