Page MenuHomePhorge

Reduce calls to qt_target_qml_sources()
ClosedPublic

Authored by tusooa on Jul 24 2024, 6:11 PM.
Tags
None
Referenced Files
F163121: D145.1740186976.diff
Thu, Feb 20, 5:16 PM
F163090: D145.1740173244.diff
Thu, Feb 20, 1:27 PM
F163073: D145.1740164593.diff
Thu, Feb 20, 11:03 AM
Subscribers
None

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable