PDA

View Full Version : How to compile on Windows what I created with Qt 3.35 on Linux?



jamadagni
11th January 2006, 16:06
Hello.

I have Qt 3.35 (and also Qt 4.10) on SUSE Linux 10. Let's say I write a program (say "Metric Conversion" for starters) on Linux. How do I compile it on Windows? I have Qt 4.10 installed on Windows XP but there is no Qt 3.35 for Windows available.

Any pointers appreciated.

Thanks.

high_flyer
11th January 2006, 16:10
You have the following options:

port to Qt4
use Qt3.2.1 non commercial addition
use the Qt3.x free port (can be found on kde.org)

jamadagni
11th January 2006, 16:56
You have the following options:

use Qt3.2.1 non commercial addition
use the Qt3.x free port (can be found on kde.org)

Where is Qt 3.21 open-source avail for Windows? And what is this Qt 3.x free port? I searched in kde.org but no productive results were obtained...

high_flyer
11th January 2006, 17:04
the non commercial addition can only be obtained if you by the "programming with qt3" book.

The free port can be found via goole if you type "qt free port", the first link is the right one.
http://kde-cygwin.sourceforge.net/qt3-win32/

jamadagni
12th January 2006, 05:16
the non commercial addition can only be obtained if you by the "programming with qt3" book.
Hey thanks. That means I have it. I totally forgot the book.

http://kde-cygwin.sourceforge.net/qt3-win32/
It's shifted to qtwin.sf.net now.