Warning, /sdk/cutehmi/extensions/CuteHMI/LockScreen.2/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.LockScreen.2"
0007 
0008         references: [
0009                 "tests/tests.qbs"
0010         ]
0011 
0012         cutehmi.CppExtension {
0013                 name: parent.name
0014 
0015                 vendor: "CuteHMI"
0016 
0017                 domain: "cutehmi.kde.org"
0018 
0019                 friendlyName: "Lock Screen"
0020 
0021                 description: "This extension provides components for screensaver-like screen locks."
0022 
0023                 files: [
0024          "ChangePasswordWizard.qml",
0025          "HiddenButton.qml",
0026          "Keypad.qml",
0027          "LICENSE.MIT",
0028          "LICENSE.LGPL3",
0029          "LockImage.qml",
0030          "LockItem.qml",
0031          "LockPopup.qml",
0032          "PasswordInput.qml",
0033          "README.md",
0034                  "dev/CuteHMI.LockScreen-1.workaround.Qt.design.txt",
0035          "dev/CuteHMI.LockScreen-2.workaround.Qt.bug.txt",
0036          "include/cutehmi/lockscreen/Exception.hpp",
0037          "include/cutehmi/lockscreen/Gatekeeper.hpp",
0038                  "include/cutehmi/lockscreen/internal/common.hpp",
0039          "include/cutehmi/lockscreen/internal/platform.hpp",
0040          "include/cutehmi/lockscreen/logging.hpp",
0041          "include/cutehmi/lockscreen/metadata.hpp",
0042          "src/cutehmi/lockscreen/Gatekeeper.cpp",
0043          "src/cutehmi/lockscreen/internal/QMLPlugin.cpp",
0044          "src/cutehmi/lockscreen/internal/QMLPlugin.hpp",
0045          "src/cutehmi/lockscreen/logging.cpp",
0046      ]
0047 
0048                 Depends { name: "CuteHMI.GUI.1" }
0049 
0050                 Depends { name: "cutehmi.qmldir" }
0051 
0052                 Depends { name: "cutehmi.qmltyperegistrar" }
0053 
0054                 Depends { name: "cutehmi.doxygen" }
0055                 cutehmi.doxygen.useDoxyqml: true
0056                 cutehmi.doxygen.exclude: ['dev', 'tests']
0057 
0058                 Export {
0059                         Depends { name: "CuteHMI.GUI.1" }
0060                 }
0061         }
0062 }
0063 
0064 //(c)C: Copyright © 2021-2022, Michał Policht <michal@policht.pl>. All rights reserved.
0065 //(c)C: SPDX-License-Identifier: LGPL-3.0-or-later OR MIT
0066 //(c)C: This file is a part of CuteHMI.
0067 //(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.
0068 //(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.
0069 //(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/>.
0070 //(c)C: Additionally, this file is licensed under terms of MIT license as expressed below.
0071 //(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:
0072 //(c)C: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
0073 //(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.