https://bugzilla.redhat.com/show_bug.cgi?id=1419715

Rex Dieter <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Rex Dieter <[email protected]> ---
fyi, please do not use:

BuildRequires:    qt5-devel

that's a metapackage that pulls in a *lot* (kde-sig strongly encourages no
official packages to use that).

what you have otherwise is probably sufficient:

BuildRequires:    pkgconfig(Qt5Core)
BuildRequires:    pkgconfig(Qt5Network)
BuildRequires:    pkgconfig(Qt5Widgets)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to