--- Begin Message ---
We've started working some with CMake here, and I've just come across a
gotcha, I think.

In the qmake.conf files for all Visual Studio compilers later than VC6,
the flag /Zc:wchar- is included.  I'm not at all sure why this is set -
someone asked this before and nobody seemed to know - but when we're
building with CMake, as far as I can tell the qmake.conf file is not
processed at all, so these flags don't get picked up.

What is the "correct" solution for this issue?  Should the FindQt4.cmake
module be looking at qmake.conf?  Do we need to (conditionally) set this
flag ourselves?

--- End Message ---
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to