[Interest] Linking release build of webkit with debug build of Qt

Alex Malyushytskyy alexmalvtk at gmail.com
Thu Jul 11 02:26:44 CEST 2013


You do not want to mix debug and release libraries on Windows. Even if
there  were not other dependencies the modules will depend on different
CRTs. Result will be a disaster.

Regards, Alex


On Wed, Jul 10, 2013 at 3:27 AM, Amogh Kudari <amogh.kudari5 at gmail.com>wrote:

> Hi All,
>
>                 I have qt built for windows in debug mode without webkit.
> I wanted to build webkit as a separate component. Now I am building webkit
> but in release mode.I am using build-webkit script to build webkit with the
> following options "perl build-webkit --qt --release --only-webkit".
> I am facing 2 issues here
>
> *1.* LINK : fatal error LNK1181: cannot open input file '*pthreadVC2*
> .lib'
> I am unable to find this lib in my system. Should I download it from
> somewhere or will Qt provide any supporting libs for windows pthreads... I
> did not get much help in net....
>
> *and*
>
> *2.* LINK : fatal error LNK1181: cannot open input file 'C:\Admin\qt\lib\*
> QtGui4*.lib'
> I am having *QtGuid4*.dll in qt\lib\ folder as I have already built qt in
> debug mode.So is there any configuration that has to be done to link
> release build of webkit with qt built in debug mode.
>
> Please help....
>
> Thanks and Regards,
> Amogh.
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130710/3d5a9d4c/attachment.html>


More information about the Interest mailing list