[CMake] Re: [Insight-users] Qmake to CMake migration - IMAGES

William A. Hoffman billlist at nycap.rr.com
Thu Jan 20 11:24:24 EST 2005


The only thing I found was this:
http://public.kitware.com/pipermail/cmake/2003-August/004202.html

I think a custom command could be used to run UIC and create
the icons during the build process.  If you get one working, I suppose
we could make it into a macro that could go in the FindQT.cmake file.

-Bill


At 10:56 AM 1/20/2005, Pavan Podila wrote:
>Qt allows one to embed the icons that we use in the application inside the EXE. By specifying the IMAGES= declaration, we tell qmake, these are the images that go into my application. The UIC then generates a image collection .cpp file that contains the bitmap in array format.
>
>How do I take care of this declaration in CMake. I am sure someone must have tackled this problem.
>
>Thanks in advance,
>Pavan
>
>William A. Hoffman wrote:
>
>>What does the IMAGES = declaration in Qmake do?
>>
>>
>>
>>At 09:24 AM 1/20/2005, Pavan Podila wrote:
>> 
>>
>>>Hi,
>>> I am in the process of migrating our build file from Qmake to CMake. I dont know how to incorporate the "IMAGES = " declaration in Qmake into CMake. Please provide some suggestions.
>>>
>>>Thanks,
>>>Pavan
>>>_______________________________________________
>>>Insight-users mailing list
>>>Insight-users at itk.org
>>>http://www.itk.org/mailman/listinfo/insight-users
>>>   
>>
>>
>> 



More information about the CMake mailing list