将32位qt应用程序迁移到64位平台

时间:2023-01-03 12:27:06

I have an application developed with qt. I want to make a 64 bit version of it on windows. I am using visual studio 2012.

我有一个用qt开发的应用程序。我想在Windows上制作它的64位版本。我正在使用visual studio 2012。

how do I use the VS compiler to compile the qt source code and my source code for a 64 bit target?

如何使用VS编译器编译qt源代码和64位目标的源代码?

1 个解决方案

#1


0  

You probably don't need to build the Qt sources, because someone already has:

您可能不需要构建Qt源,因为有人已经:

http://tver-soft.org/qt64

http://tver-soft.org/qt64

http://sourceforge.net/projects/qtx64/

http://sourceforge.net/projects/qtx64/

Download and install the binaries.

下载并安装二进制文件。

Then make sure the kit is found and configured in Qt Creator or in Visual Studio.

然后确保在Qt Creator或Visual Studio中找到并配置了该工具包。

Hope that helps.

希望有所帮助。

#1


0  

You probably don't need to build the Qt sources, because someone already has:

您可能不需要构建Qt源,因为有人已经:

http://tver-soft.org/qt64

http://tver-soft.org/qt64

http://sourceforge.net/projects/qtx64/

http://sourceforge.net/projects/qtx64/

Download and install the binaries.

下载并安装二进制文件。

Then make sure the kit is found and configured in Qt Creator or in Visual Studio.

然后确保在Qt Creator或Visual Studio中找到并配置了该工具包。

Hope that helps.

希望有所帮助。