[CMake] Qt and Windows

"Flávio P. Duarte" fduarte at gisplan.com.br
Wed Jul 19 16:27:05 EDT 2006


Hi Alexander,
Thank you again!

	I wrote a macro (MY_QT_WRAP_UI) to solve my problem. As a suggestion, I
think CMake could have two variables to set those extensions, something
like CMAKE_QT_UI_HEADER_EXTENSION and CMAKE_QT_UI_DECLARATION_EXTENSION.

Flavio

Alexander Neundorf wrote:
> Hi,
> 
> Von: "Flávio P. Duarte" <fduarte at gisplan.com.br>
> 
>> It worked. Thanks.
>> BTW, QT_WRAP_UI is generating .h files and I wonder if it is possible
>> to generate .hpp instead. The same thing happens using QT_WRAP_CPP, it
>> is generating .cxx and I would like .cpp. Is there a variable that I can
>> set to change those extensions ?
> 
> No, you'll have to live with this.
> 
> Bye
> Alex
> 



More information about the CMake mailing list