Bug 1330760 - cmake macros for Qt5 don't handle rcc correctly
Summary: cmake macros for Qt5 don't handle rcc correctly
Keywords:
Status: CLOSED DUPLICATE of bug 1330761
Alias: None
Product: Fedora
Classification: Fedora
Component: qt5-qtbase
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-26 21:40 UTC by dertobi
Modified: 2016-04-26 23:50 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-26 23:50:51 UTC
Type: Bug


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.