Skip to content

KF5I18nConfig: Add missing find_dependency call

Heiko Becker requested to merge work/kf5i18nconfig-missing-find-dependency into master

It uses QtCore in its public link interface and without the find_dependency call kde-dev-utils has been broken since 5.93.0:

'Target "kpartloader" links to target "Qt5::Core" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?'

Merge request reports