summaryrefslogtreecommitdiff
path: root/recipes-core/kzsettings/kzsettings.inc
diff options
context:
space:
mode:
authorFabien Proriol <fabien.proriol@kazoe.org>2025-05-25 18:06:26 +0200
committerFabien Proriol <fabien.proriol@viavisolutions.com>2025-05-26 16:36:52 +0200
commiteb75299b1372a27d6dc3a9bcf7ab85b37744858c (patch)
tree644a87344e551719255e55b9d6bc2f25c29b9d65 /recipes-core/kzsettings/kzsettings.inc
parent09783505e865bab1626fa70b15ea64c6e782fd4a (diff)
Add few KaZoe projectsHEADmaster
Diffstat (limited to 'recipes-core/kzsettings/kzsettings.inc')
-rw-r--r--recipes-core/kzsettings/kzsettings.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-core/kzsettings/kzsettings.inc b/recipes-core/kzsettings/kzsettings.inc
new file mode 100644
index 0000000..dacd4c6
--- /dev/null
+++ b/recipes-core/kzsettings/kzsettings.inc
@@ -0,0 +1,19 @@
+SUMMARY = "KaZoe Settings library"
+DESCRIPTION = "KaZoe Settings library"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=84657d0be71d6615481bbbde593d3c88"
+
+inherit kazoe-project python3-dir qt6-cmake
+
+DEPENDS += " qtdeclarative qtdeclarative-native "
+
+PACKAGES += " ${PN}-python ${PN}-qt ${PN}-qmlplugin "
+
+PACKAGECONFIG ??= "python3 "
+PACKAGECONFIG[python3] = "-DWITH_PYTHON=ON,,python3-pybind11,python3-pybind11"
+
+EXTRA_OECMAKE += " -DPYTHONPATH=${PYTHON_SITEPACKAGES_DIR} "
+
+FILES:${PN}-qt = "/usr/lib/libKzQSettings*"
+FILES:${PN}-qmlplugin = "/usr/lib/qml/org/kazoe/settings/libKzQSettingsPlugin.so /usr/lib/qml/org/kazoe/settings/qmldir"
+FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"