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