[CMake] Generating Qt4 External Binary Resources

Ruben Vandamme vandammeru at gmail.com
Thu Aug 6 15:25:25 EDT 2009


Hi,

I'm trying to generate a qt4 *external* binary resource file 
(http://doc.trolltech.com/4.5/resources.html).
However the macro QT4_ADD_RESOURCES only talks about "create code".

  macro QT4_ADD_RESOURCES(outfiles inputfile ... OPTIONS ...)
        create code from a list of Qt resource files.
        Options may be given to rcc, such as those found
        when executing "rcc -help"


So what I would like to do is this:

rcc -binary Default.qrc -o Default.rcc

Can someone point me out how to do this?

Thanks a lot

Ruben


More information about the CMake mailing list