Re: [CMake] Qt4 translation files and windres and devcpp

2007-03-20 Thread Hendrik Sattler
Am Dienstag 20 März 2007 08:49 schrieb Alexander Neundorf: > > 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 logi

Re: [CMake] Qt4 translation files and windres and devcpp

2007-03-19 Thread Alexander Neundorf
Hi, Von: Hendrik Sattler <[EMAIL PROTECTED]> > 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

Re: [CMake] Qt4 translation files and windres and devcpp

2007-03-19 Thread Christian Ehrlicher
Hendrik Sattler schrieb: 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

[CMake] Qt4 translation files and windres and devcpp

2007-03-19 Thread Hendrik Sattler
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?