[CMake] Qt4 translation files and windres and devcpp

Hendrik Sattler post at hendrik-sattler.de
Mon Mar 19 16:39:24 EST 2007


Hi,

I have three questions regarding cmake.

1.
Although there is a good module for QT4, it is incomplete. Qt also comes with 
the tools lupdate and lrelease but there are not macros for them. I wrote two 
(one for each tool) but having this in FindQt4.cmake seems more logical.
Anything planned?

2.
Why is there no support for windres. The documentation is pretty unclear about 
what to do with .rc files. Again, writing a module that is possible but 
somehow just duplicates effort (you even need that to get an application icon 
in Windows). This should be detected by default for windows targets that use 
mingw gcc compiler.

3.
Since project file creation is a very good feature of cmake, is there an 
output for DevC++5 (4.99.x) available somewhere?
Or is there another IDE on Windows that cmake supports and that also supports 
gcc?

HS


More information about the CMake mailing list