[cmake-developers] [CMake 0015074]: Qt 5: resources aren't being updated when CMAKE_AUTORCC is used

Mantis Bug Tracker mantis at public.kitware.com
Sat Aug 9 19:53:07 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15074 
====================================================================== 
Reported By:                Alexander Mezin
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15074
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-08-09 19:53 EDT
Last Modified:              2014-08-09 19:53 EDT
====================================================================== 
Summary:                    Qt 5: resources aren't being updated when
CMAKE_AUTORCC is used
Description: 
.qrc file:
<RCC>
    <qresource prefix="/">
        <file>qml/main.qml</file>
    </qresource>
</RCC>

When I use qt5_add_resources, executable is rebuilt when "qml/main.qml" changes.
However, with CMAKE_AUTORCC I have to do "make clean && make all" to update the
executable.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-08-09 19:53 Alexander MezinNew Issue                                    
======================================================================



More information about the cmake-developers mailing list