I have developed a small Qt project with Qt Eclipse integration on linux and I would like to make a windows executable file (.exe) for the same project. So, my app could run on both systems.
Will my Qt with Eclipse as plugin help me to generate .exe
in Linux ?
我已经在Linux上开发了一个带有Qt Eclipse集成的小型Qt项目,我想为同一个项目制作一个Windows可执行文件(.exe)。所以,我的应用程序可以在两个系统上运行。我的Qt with Eclipse作为插件会帮助我在Linux中生成.exe吗?
Please tell me what is the procedure to get .exe from Linux and what has to be installed?
请告诉我从Linux获取.exe的过程是什么以及必须安装什么?
1 个解决方案
#1
You have to cross-compile.
你必须交叉编译。
http://divided-mind.blogspot.com/2007/09/cross-compiling-qt4win-on-linux.html
#1
You have to cross-compile.
你必须交叉编译。
http://divided-mind.blogspot.com/2007/09/cross-compiling-qt4win-on-linux.html