Skip to content

Explicitly search for Qt

Heiko Becker requested to merge work/explicitly-searcht-qt into master

Qt5::Xml is implicitly pulled in via KIO but since we link to it, we should be explicit as possible. Same goes for Qt5::Test if tests are enabled. Furthermore it has the advantage that we can explicitly check for the minimum Qt version we claim to support with KF5.

Merge request reports