I downloaded the source Qt package and am trying to build a 64-bit version on a 64-bit Windows 7 machine. I read as much as possible about building Qt, but I am missing something somewhere.
I open a 64-bit command shell, which, apparently, may seem like some description, is the only necessary one.
Next, I call configure. However, should a platform option be specified? If so, which one? There seems to be no win64 option or anything like that.
Then I call nmake, which builds a bunch of things, but it still builds at 32 bits.
What am I missing? Any help would be awesome.
source
share