Don't export kded5 as a CMake target
ClosedPublic

Authored by vkrause on Jan 1 2018, 5:21 PM.

Details

Summary

kded5 is not needed during the build, but exporting it will make the
corresponding find_package call verify its presence nevertheless. This
is inconvenient when cross-compiling, where kded5 typically does not
exist for the host system.

Diff Detail

Repository
R297 KDED
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause created this revision.Jan 1 2018, 5:21 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 1 2018, 5:21 PM
vkrause requested review of this revision.Jan 1 2018, 5:21 PM
apol accepted this revision.Jan 20 2018, 12:26 PM
This revision is now accepted and ready to land.Jan 20 2018, 12:26 PM
This revision was automatically updated to reflect the committed changes.