QSA for Qt3 - where to get?
Hi all,
(Not sure which forum to ask this in. Plz move as you see fit.)
I am maintaining a legacy Qt 3.3.3 app which I'd like to script.
As I understand, I would need to stick with QSA 1.1.5 or earlier. Only I can't find it anywhere. Sources or VC6 binaries would be fine. Should this matter: We are holding a commercial license.
Could anyone plz come up with a download source? Thx alot.
Re: QSA for Qt3 - where to get?
If you are a commercial licence holder, you should be able to download QSA from the trolltech/Nokia distribution server using your licence credentials.
Re: QSA for Qt3 - where to get?
Hi wysota,
thx for your quick reply. Could you please be more specific on what you mean by "distribution server"?
As far as I can see, the Downloads page offers no link to QSA at all, and the FTP archive offers qsa-win-* only from version 1.2.0 on.
Re: QSA for Qt3 - where to get?
Are you an active licence holder? I mean, do you pay for access to Qt archives every year? If not then you are not entitled to QSA for Windows, as far as I remember (unless you renew the licence or buy a new one).
Re: QSA for Qt3 - where to get?
No, in that sense we are currently not. The idea was to stick with 3.3.3 and a fitting QSA, no upgrades involved.
You may certainly be right, I'm not into licenses at all. I think i will kindly ask Nokia if they could/would help.
Re: QSA for Qt3 - where to get?
You may think about using PyQt3 and do the scripting in Python instead of QSA.
Re: QSA for Qt3 - where to get?
Quote:
Originally Posted by
wysota
You may think about using PyQt3 and do the scripting in Python instead of QSA.
Thx for the tip, didn't think about yet.