Hide Forgot
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
*** This bug has been marked as a duplicate of bug 1330761 ***