Алексей

Results 95 comments of Алексей

It create in qt-$version.sh script. But it only needed when building shared Qt. If you build static Qt you need to remove any sql drivers from configure parameters

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

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

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

Ok I haven't build Qt4 statically yet with my scripts. I look on it in a few days.

I know that dbus is compiled with mingw, but sometimes ago I try Qt with dbus and has crash on starting

Problem is in conflicting dll's naming scheme and it lead to not find winloader dll in runtime. It can be fixed by attached patch - it synchronize naming scheme for...

This errors tell that program want to link shared version of libcurl

@williamjcm do you add ````-static```` to link command?

show full linking command