qt creator - QtCreator for windows: is it possible to build 64 bit .exe? -


Is it anyway for windows to make a 64-bit executable in Qt Creator? (I need to use the COM object as INPROC and this object is only available for 64 bit architecture)

I do not see any reason why not. You will need the following:

  1. To work on 64-bit processors,
  2. Make sure that you have Visual Studio 64 bit version
  3. Compile QT to 64bit setup
  4. Compile Qt Creator on that setup

Email says that the debugging tool must also be compiled. I'm not sure that the debugger uses QtCreator, but I think it would be an open source and you can compile it on that setup.

QT probably does not do this by default because they already generate loads of different builds for all platforms they support and yet there is not a huge demand for 64-bit window desktop applications.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -