[Qt-interest] msvc2010 build error for qt4.7.0 beta 2

Kent Hansen kent.hansen at nokia.com
Thu Jul 15 12:03:35 CEST 2010


Hi,

On 15. juli 2010 07:49, ext Gino VH wrote:
> Hi,
>
> I tried to build qt 4.7.0 beta 2 from sources.
> My config:
> Microsoft visual studio 2010 express
> Windows 7
>
> I build with :
> configure.exe -static -debug -platform win32-msvc2010
> nmake sub-src ->  finishes ok.
> nmake sub-tools ->  link error
>
> And I get the error below. It can't find ../JavaScriptCore/debug\jscored.lib'
>
> Any idea if this is a bug in the beta 2 or I am doing something wrong?
>    

4.7 will remove support for static linking of QtWebKit: 
http://qt.gitorious.org/qt/staging/commit/4221d629e2cf37ee8c5ba7cb595b05ab8c82f113

But that change didn't make it into beta2, so it's still trying to build 
QtWebKit by default. Add -no-webkit to the configure line to fix that.

Regards,
Kent



More information about the Qt-interest-old mailing list