[Cmake] cmake and qt -- button icons not included

Josh Snyder jsnyder at nmr . mgh . harvard . edu
Tue, 12 Aug 2003 15:37:22 -0400


Hi,

I'm using cmake with the QT_WRAP commands to compile my Qt code. 
However, this fails to incorporate the button icons found in the images 
directory of the Qt project. qmake will set it up so that uic processes 
these in some way to create a qmake_image_collection.cpp file which is 
then built with the rest of the project. The QT_WRAP commands in cmake 
does not do this. Does anybody have a solution? Thanks,

Josh