[Qt-interest] Howto add compile flags (here for msvc)
Matthias Pospiech
matthias.pospiech at gmx.de
Sat Jan 30 19:56:19 CET 2010
I get hundrets of warnings of the type
C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\xtree(1316) :
warning C453
0: C++ exception handler used, but unwind semantics are not enabled.
Specify /EH
sc
when compiling with nmake a library. (not my code)
So the basic question is, how would I add the "/EHsc" as a compiler flag?
Matthias
More information about the Qt-interest-old
mailing list