Did somebody tried to build Qt 4.5 with Visual Studio 2010 (Beta 2)? Any hints on doing that successfuly?
Later edit I tried to run configure from a Visual Studio 2010 console. There is no makespecs support for 2010, so configure fails because of that.
For Qt 4.6.2 (or perhaps other 4.6 versions as well)...
To save you some time, here are the errors which need fixing in order to build webkit (this is to expand upon Ben's answer).
The errors appear in the following files (the two files are identical, and the errors need to be fixed in each):
Here are the errors and how to fix them:
table()->add(key, Transition(structure, 0));
table()->add(key, Transition(structure, nullptr));
table()->add(key, Transition(0, structure));
table()->add(key, Transition(nullptr,
structure));
It worked for me to build just as if it was vs2008, but using the vs2010 tools:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With