Hi,
Is it possible to compile a 64 bit executable in qt windows. Is it the same process as with 32 bit or any different.
Brgds,
kNish
Hi,
Is it possible to compile a 64 bit executable in qt windows. Is it the same process as with 32 bit or any different.
Brgds,
kNish
Have a look at this wiki page. I describes how to build the Qt binaries from source for different configurations.
I'm not sure if I understand your question completely, but I can tell you about my project and see if it helps your situation.
We have:
This has worked quite well for us.
So if I had to guess the answer to your question.
Yes, it's possible to compile a 64-bit executable in Qt on Windows. It's the same process, except you have to tell the qmake a little bit different parameter. See Frank Bollack link above on how to build it.
Note, if you app is 64-bit (x64), and you try to link 32-bit Qt (the one that came with the installer), it will not link.
Hope this helps.