View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015074CMakeCMakepublic2014-08-09 19:532016-01-04 11:51
ReporterAlexander Mezin 
Assigned ToStephen Kelly 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 3.0 
Target VersionCMake 3.2Fixed in VersionCMake 3.2 
Summary0015074: 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.
TagsNo tags attached.
Attached Files

 Relationships
related to 0015459closedBrad King autogen broken for ninja generator 
related to 0015608closedBrad King automoc fails when enabling autorcc 
related to 0015644closedBrad King AUTORCC not generating files with Qt 5.1 

  Notes
(0037077)
Stephen Kelly (developer)
2014-10-28 03:37

Done in

 http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6e1c359f [^]

Thanks!
(0040091)
Robert Maynard (manager)
2016-01-04 11:51

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2014-08-09 19:53 Alexander Mezin New Issue
2014-08-11 10:10 Brad King Assigned To => Stephen Kelly
2014-08-11 10:10 Brad King Status new => assigned
2014-08-11 10:10 Brad King Target Version => CMake 3.1
2014-10-07 14:05 Brad King Target Version CMake 3.1 => CMake 3.2
2014-10-28 03:37 Stephen Kelly Note Added: 0037077
2014-10-28 03:37 Stephen Kelly Status assigned => resolved
2014-10-28 03:37 Stephen Kelly Fixed in Version => CMake 3.2
2014-10-28 03:37 Stephen Kelly Resolution open => fixed
2015-03-27 15:39 Brad King Relationship added related to 0015459
2015-06-19 09:50 Brad King Relationship added related to 0015608
2015-07-09 11:50 Brad King Relationship added related to 0015644
2016-01-04 11:51 Robert Maynard Note Added: 0040091
2016-01-04 11:51 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team