Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'v scoured the internet but to no avail. Can anyone help me find the older releases of QT ?

Thank's in advance

share|improve this question

2 Answers

up vote 6 down vote accepted

for the sdk, the archives are at

ftp://ftp.qt.nokia.com/pub/qtsdk/

*-2010.04* seems to be Qt 4.6.3, *-2010.05* Qt 4.7. for details of the corresponding Qt versions, google the full file name, eg. http://www.google.com/search?q=%22qt-sdk-win-opensource-2010.05.exe%22, or order the ftp directoy listing by "last modified" and correlate with Qt version release dates.

if you only need the libraries, go to

ftp://ftp.qt.nokia.com/pub/qt/source/

(which seems to be exactly the same as ftp://ftp.trolltech.com/qt/source/)

share|improve this answer
Thanks for a very comprehensive answer. Cheers – vvMINOvv Mar 13 '11 at 8:08
1  
Nokia's FTP returns error 601 : ERR_FTP_FAILED for now... – kenji Nov 21 '12 at 16:34

Is this what you're looking for? ftp://ftp.trolltech.com/qt/source/

share|improve this answer
I found that earlier, but didn't trust it. Is it credible? – vvMINOvv Mar 13 '11 at 7:25
Might be outdated, but it's the official website, isn't it? See: http://en.wikipedia.org/wiki/Trolltech#History – Ricky Mar 13 '11 at 7:30
couldn't thank you enough guys. Thanks – vvMINOvv Mar 13 '11 at 8:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.