Skip to content

Make exported target match KF patterns

Friedrich W. H. Kossebau requested to merge work/kossebau/adjustcmakeconfig into master

KF targets have the pattern KF(version)::NoKPrefixCamelCaseName. As also hinted in the metainfo.yaml file.

Right now the exported target name is KF6TextTemplate::Templates.

This patch makes KTextTemplate generate the CMake config files more along the usual KF way, resulting in KF6::TextTemplate to be used.

@vkrause @nicolasfella @mlaurent

Merge request reports