Hi,

I need some help installing Qt 4.4.0 from sources. I need this library, in linux I haven't got any problem, but in windows I can't compile this.
I have read in help this:

Note that if you build Qt yourself, QtXmlPatterns will not be built if exceptions are disabled, or if you compile Qt with a compiler that doesn't support member templates, e.g., MSVC 6.

So I run again configure, like this:

nmake confclean
configure -exceptions

But configure says:

QtXmlPatterns no

Do you know if I have to write another command after configure? which?

Thanks in advanced.