Compiling 32-bit Qt application using 64-bit package

安稳与你 提交于 2019-12-10 13:18:06

问题


I'm using Windows 8 64-bit, Qt 5.0.2 for Windows 64-bit and Visual Studio 2012.

I have no trouble compiling and running my application on 64-bit OS, but apparently it doesn't work on 32-bit OS. Is there a way to compile 32-bit application with what I have, or should I install Qt for Windows 32-bit? (I download Qt from here.)

If it's possible, I would like a hint at where that option is. I'm using Qt Creator.


回答1:


It's not possible with 64bit library, but you can download and install the appropriate "Qt 5.0.2 for Windows 32-bit" (you can configure targets in Creator to have multiple versions of Qt installed)



来源:https://stackoverflow.com/questions/16729126/compiling-32-bit-qt-application-using-64-bit-package

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!