find qt5xml as dependency
ClosedPublic

Authored by sitter on Jul 22 2019, 4:56 PM.

Details

Summary

it's a public link target for the main library so we always need it found

seen used in

Analitza5Targets.cmake:  INTERFACE_LINK_LIBRARIES "Qt5::Core;Qt5::Xml"
Test Plan
  • app using the target wants to link Qt5::Xml but doesn't know what that means
  • apply patch
  • app now actually knows what Qt5::Xml is and builds properly

Diff Detail

Repository
R323 Analitza
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
sitter created this revision.Jul 22 2019, 4:56 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptJul 22 2019, 4:56 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
sitter requested review of this revision.Jul 22 2019, 4:56 PM
apol accepted this revision.Jul 22 2019, 10:14 PM
This revision is now accepted and ready to land.Jul 22 2019, 10:14 PM
This revision was automatically updated to reflect the committed changes.