Alexpux / Qt-builds

Scripts for building Qt-5.x
48 stars 16 forks source link

QT 5.0 Commercial #20

Open FraDiavolo7 opened 11 years ago

FraDiavolo7 commented 11 years ago

Hi,

Just asking, have you tested your script with a QT Commercial source code?

I am going to try this in the futures days so I prefer to ask if there are known issues and known ways to escape them...

Alexpux commented 11 years ago

No I don't test my scripts with commercial Qt.

FraDiavolo7 commented 11 years ago

No problem, I will try by myself in the next weeks, so I'll keep you informed on this point.

I have to resolve the static compilation of QT with QTCreator and WebKit before any other try...

On Sat, Apr 20, 2013 at 5:32 AM, Алексей notifications@github.com wrote:

No I don't test my scripts with commercial Qt.

— Reply to this email directly or view it on GitHubhttps://github.com/Alexpux/Qt-builds/issues/20#issuecomment-16698080 .

Alexpux commented 11 years ago

You can try build static Qt with my scripts by passing "--static" to build script. But you need to use toolchains builded with threads=win32 to avoid dependency from libwinpthread-1.dll

FraDiavolo7 commented 11 years ago

If you don't mind, for your future visitor to find info easier, I'm creating a new issue for the QT 5 static build with QTCreator, and I'll come back here to comment my tries on the commercial version.

Alexpux commented 11 years ago

Give me additionaly needed options to build Qt commercial and I add switch --commercial to build script.