Bug 1330760

Summary: cmake macros for Qt5 don't handle rcc correctly
Product: [Fedora] Fedora Reporter: dertobi
Component: qt5-qtbaseAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: jgrulich, jreznik, rdieter, rnovacek, than
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-26 23:50:51 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:

Description dertobi 2016-04-26 21:40:46 UTC
Description of problem:
The cmake macros for Qt5 don't find the Qt5 tool rcc correctly and therefore the build process fails at the very end. An application that you can test it with is: https://github.com/tobimensch/aqemu
The problem is to let Qt4 and Qt5 coexist rcc is /usr/bin/rcc for Qt4 and /usr/bin/rcc-qt5 for Qt5. And on a system with Qt4 devel packages you may never run into the bug because the Qt4 rcc is used without problems. But on a Qt5 only system you don't get that lucky. On other distributions like OpenSuSe this is reported as working, so it must be a Fedora 23/24/rawhide bug.

Version-Release number of selected component (if applicable):
latest Fedora 24 (beta/alpha)

How reproducible:
Try to build a project like this one with only Qt5 (not Qt4!) installed on a freshly installed Fedora 24 VM. https://github.com/tobimensch/aqemu

Comment 1 Rex Dieter 2016-04-26 23:50:51 UTC

*** This bug has been marked as a duplicate of bug 1330761 ***