ok ok ;) not so hard!
well, download the sources, for Qt 4.7.0 and creator 2.0.1, read the README and open a visual x64 cmd. It take long time... Generating debug and release in one shot don't work for me. If you want to compile in a specific directory, out of the source tree, you'll need perl in the PATH. I don't find how to patch the binaries to make a good package, without the original source tree write in the binaries... not useful in my case, for the moment.
a few questions and remarks:
openssl: I disable the option cause this lib is not installed in my laptop. I'll try later with the binaries from "slproweb":http://www.slproweb.com/products/Win32OpenSSL.html
dbus: I don't know for the moment how to do. Is it possible on windows?
debugging helpers: I have to go in the ...\qt-everywhere-opensource-src-4.7.0\qtc-debugging-helper dir and make it "by hand" (qmake and nmake). From the creator options ui it doesn't work, and the log said ok ?? strange, but perhaps a mistake... and don't know.
debugging helper: debug a 32bits app with helpers on creator 64bits + CDB 64bits ... raise exception and don't work ?
debugging helper: infact with and without helpers, in 64 bits mode in this case, I don't see what the "plus" ;) I need to read more docs eventually
CDB: ok the first time it's really long to wait the loading but next times it's not so bad. from visual it's faster ok, but not so bad ;)
jom is a separate package, I don't try to install it, but you can find a pointer "here":http://qt.gitorious.org/qt-labs/jom/#more
I'd like to know how to do that with mingw-x64, and Windows SDK 7.1 (without visual installed), I'll try to do it in my spare time, if someone have experiences about that, post it :) It's so easy with linux...
I don't understand why 64bits windows binaries are not proposed by Qt, and yes the windows way to jump 64bits is rock and roll, but Qt is cute cause of its portability and user friendly use....
I was surprised by the so many warning about conversion size_t/int in the libs sources! Ok I need to practice 64bits programming, I'm really a newbie on 64bits pitfalls, but it seems dangerous
If someone have some good pointers on 64 bits programming, post them !