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
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake