Hi,

e.g. in staging/kcrash/, there is a
find_package(Qt5Widgets)

I'm sure kcrash also needs QtCore, directly.

Why aren't we using the component style search, i.e.
find_package(Qt5 COMPONENTS Core Widgets) ?

This way multiple Qt modules can be searched at once, and would be the same 
style as for our frameworks libraries:

find_package(KF5 COMPONENTS KCoreAddons ItemViews) ?

Alex
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to