shell: regenerate qmldir manifests from the composed tree
The repo qmldirs listed only repo-owned types; composed dirs also carry ii-borrowed types (ReloadPopup, PanelLoader, Bar, ...) which a qmldir present in the dir must list or they stop resolving — broke the phone shell on deploy. Regenerated every deployed qmldir from the composed config on-device (capitalized .qml -> type line, pragma Singleton -> singleton line) and pulled back. Shell verified active, zero load errors.
This commit is contained in:
parent
acc1161e71
commit
db6d732e32
17 changed files with 228 additions and 6 deletions
|
|
@ -1 +1,2 @@
|
|||
SessionActionButton 1.0 SessionActionButton.qml
|
||||
SessionScreen 1.0 SessionScreen.qml
|
||||
|
|
|
|||
Loading…
Reference in a new issue