[Qt-interest] Need to debug my application in LINUX and MAC OS which is created in WINDOWS.
John McClurkin
jwm at nei.nih.gov
Wed May 20 13:41:23 CEST 2009
Kamakshi Sivaraman wrote:
>
> Hi All,
>
> I have created a application based on Qt 4.4 in windows using Visual
> Studio 2005 as editor, Now I need to port the Qt application in Linux
> and MAC OS.
> Please suggest me which editors in LINUX and MAC OS should I use to make
> my application work on Linux and MAC OS.
>
You don't need an editor for the Linux and Mac OSX builds. Put your code
on a file system that is accessible from all machines. After you get
your application running under Windows, login to the Linux or Mac
computers, open a shell, run qmake -makefile to get appropriate
makefiles, then run make clean followed by make all. Even if you have to
use platform specific code, you can do all the editing in Visual Studio
and just do the final builds under Linux and Mac.
More information about the Qt-interest-old
mailing list