MantisBT - CMake
View Issue Details
0005952CMakeModulespublic2007-10-24 17:322010-10-15 18:49
cmcgavran 
Clinton Stimpson 
normalblockalways
closedfixed 
 
 
0005952: Deleting a file previously referred to by a qws file breaks the build
This relates to Qt integration & dependencies:
1. Create a Qt resource file and add some images.
2. Build your project.
3. Now delete one of the images from both your resource file and the filesystem.
4. Try to build again with "make"

You will get an error message of the sort:
*** No rule to make target 'x.png' needed 'qrc_images.cxx'. Stop.

Even a make clean will not clear this error. After re-running "cmake" to regenerate makefiles, you can build. But many people will stumble on this an assume the build is broken when it isn't!
No tags attached.
related to 0002172closed Brad King Want access to C/C++ depends scanner from custom command 
Issue History
2007-10-24 17:32cmcgavranNew Issue
2007-11-19 10:18Alex NeundorfCategoryCCMake => CMake
2007-12-17 12:10Bill HoffmanStatusnew => assigned
2007-12-17 12:10Bill HoffmanAssigned To => Clinton Stimpson
2008-01-10 16:56Alex NeundorfCategoryCMake => Modules
2008-03-20 18:01Clinton StimpsonRelationship addedrelated to 0002172
2010-09-21 11:55David ColeNote Added: 0022292
2010-10-15 18:49Clinton StimpsonNote Added: 0022496
2010-10-15 18:49Clinton StimpsonStatusassigned => closed
2010-10-15 18:49Clinton StimpsonResolutionopen => fixed

Notes
(0022292)
David Cole   
2010-09-21 11:55   
Is this issue still "blocking" for you?
(0022496)
Clinton Stimpson   
2010-10-15 18:49   
A change was committed to fix this make error.
It will re-run cmake automatically for you.