diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-22 17:10:35 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-26 10:48:46 +0200 |
commit | 2feba4447a482840e21fa2d3b33f1a5da12d09b7 (patch) | |
tree | 83a790b1ae5b5f32f5964350856a160dbed52e05 /qt/qml/qmldir | |
parent | c842548fef050ac5f8b56a5fcb4f579820247434 (diff) |
qt: Add Qt Wrapper library and QML module
Diffstat (limited to 'qt/qml/qmldir')
-rw-r--r-- | qt/qml/qmldir | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/qml/qmldir b/qt/qml/qmldir new file mode 100644 index 0000000..d15e7a3 --- /dev/null +++ b/qt/qml/qmldir @@ -0,0 +1,2 @@ +module org.kazoe.settings +plugin KzQSettingsPlugin |