Page MenuHomePhorge

Reduce calls to qt_target_qml_sources()
ClosedPublic

Authored by tusooa on Jul 24 2024, 6:11 PM.

Details

Summary

Each call to qt_target_qml_sources() will generate a qrc file. The original method results in multiple qrc files generated with only one qml file in it. This reduced the number of qrc files to 3 by calling qt_target_qml_sources() once for each base directory.

Type: skip

Test Plan

Verify kazv still works.

Diff Detail

Repository
rK kazv
Branch
tusooa/stacked
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 219
Build 427: GitLab CI for kazv
Build 426: arc lint + arc unit