Skip to content

Clean up link_libraries in tests

Stefan Brüns requested to merge work/bruns/cleanup_test_linklibraries into master

There should be no need to explicitly link any targets but KF5::BalooWidgets and Qt5::Test, indirect link libraries of BalooWidgets are automatically included.

Execptions are direct accesses of the KRatingWigets (WidgetsAddons) by the widget test, and usage of KFileMetaData properties in the mergedata and extractor tests.

Merge request reports