Bug 1438877

Summary: Qt5WebEngineCoreConfig.cmake hard-codes references to Qt 5.8.0 dependencies
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: qt5-qtwebengineAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: kde-sig, kevin
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-10 13:15:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rex Dieter 2017-04-04 15:46:14 UTC
Found this in trying to make a qtwebengine-5.8 build for f25/f26 on top of Qt-5.7, found at least one hard-coded reference to 5.8.0 in
/usr/lib64/cmake/Qt5WebEngineCore/Qt5WebEngineCoreConfig.cmake

find_package(Qt5${_module_dep} 5.8.0 ...

We'll likely want to patch/modify that to relax to match actual Qt5 version used (5.7.1 in this case).

Comment 1 Rex Dieter 2017-04-10 13:15:25 UTC
%changelog
* Mon Apr 10 2017 Rex Dieter <rdieter> - 5.8.0-8
- Qt5WebEngineCoreConfig.cmake: fix when using Qt < %%version (#1438877)