Warning, /sdk/cutehmi/extensions/CuteHMI/Workarounds/Qt/labs/settings.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.Workarounds.Qt.labs.settings.1"
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: "Qt.labs.settings Workaround"
0020
0021 description: "Provides Qt.labs.settings components with an addition of essential functions missing in original implementation."
0022
0023 files: [
0024 "GPL2.LICENSE",
0025 "GPL3.LICENSE",
0026 "LGPL3.LICENSE",
0027 "LICENSE",
0028 "README.md",
0029 "include/cutehmi/workarounds/qt/labs/settings/internal/common.hpp",
0030 "include/cutehmi/workarounds/qt/labs/settings/internal/platform.hpp",
0031 "include/cutehmi/workarounds/qt/labs/settings/logging.hpp",
0032 "include/cutehmi/workarounds/qt/labs/settings/metadata.hpp",
0033 "src/cutehmi/workarounds/qt/labs/settings/internal/QMLPlugin.cpp",
0034 "src/cutehmi/workarounds/qt/labs/settings/internal/QMLPlugin.hpp",
0035 "src/cutehmi/workarounds/qt/labs/settings/internal/qqmlsettings.cpp",
0036 "src/cutehmi/workarounds/qt/labs/settings/internal/qqmlsettings_p.h",
0037 "src/cutehmi/workarounds/qt/labs/settings/logging.cpp",
0038 ]
0039
0040 Depends { name: "cutehmi.qmldir" }
0041
0042 Depends { name: "cutehmi.qmltyperegistrar" }
0043 cutehmi.qmltyperegistrar.includePaths: cutehmi.conventions.functions.internalSourcesSubdir(product.name)
0044
0045 Depends { name: "CuteHMI.2" }
0046
0047 Depends { name: "Qt.core" }
0048
0049 Depends { name: "Qt.qml" }
0050
0051 Export {
0052 Depends { name: "CuteHMI.2" }
0053 }
0054 }
0055 }
0056
0057 //(c)C: Copyright © 2021-2024, Michał Policht <michal@policht.pl>. All rights reserved.
0058 //(c)C: SPDX-License-Identifier: LGPL-3.0-or-later OR GPL-2.0-or-later
0059 //(c)C: CuteHMI.Workarounds.Qt.labs.settings.1 extension 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 approved by the KDE Free Qt Foundation.
0060 //(c)C: This file is a part of CuteHMI.Workarounds.Qt.labs.settings.1 extension.
0061 //(c)C: Additionally, this file is licensed under terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version approved by the KDE Free Qt Foundation.
0062 //(c)C: CuteHMI.Workarounds.Qt.labs.settings.1 extension 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 or GNU General Public License for more details.
0063 //(c)C: You should have received a copy of the GNU Lesser General Public License along with CuteHMI.Workarounds.Qt.labs.settings.1 extension. If not, see <https://www.gnu.org/licenses/>.
0064 //(c)C: You should have received a copy of the GNU General Public License along with CuteHMI.Workarounds.Qt.labs.settings.1 extension. If not, see <https://www.gnu.org/licenses/>.