Hello,

I successfully build QT for windows mobile 6 with default parameter with Visual Studio compiler.

C:\Qt\4.6.3\configure -platform win32-msvc2008 -xplatform wincewm60standard-msvc2008
However, in the resultm there is no QtWebKit.lib.
The configure -help shows that -webkit option is default.
+ -webkit ............ Compile in the WebKit module (WebKit is built if a decent C++ compiler is used)

So, what is "decent" compiler mean? Can I use it with the compiler of Visual Studio?

Thank you in advance
Hai