mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Qt libjscore.a not installed


From: Martin Müllenhaupt
Subject: Re: [Mingw-cross-env-list] Qt libjscore.a not installed
Date: Tue, 29 Nov 2011 20:29:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

Hi,

On 11/29/2011 05:42 PM, Mark Brand wrote:
> G Coco wrote:
>>
>> Can someone confirm that libjscore.a should still be being installed
>> (pretty sure it is needed for linkning if you are using the static
>> Webkit build) and try and figure out why it isn't if it is meant to.
I stumbled over the exact same problem today. You need libjscore for
linking against QtWebkit. See also
https://bugs.webkit.org/show_bug.cgi?id=40978 .
It looks like static linking of QtWebkit is not supported anymore, so
they don't bother to install this lib.
> This should work:
>
> $(INSTALL) -m644
> $(1)/src/3rdparty/webkit/Source/JavaScriptCore/release/libjscore.a
> $(PREFIX)/$(TARGET)/lib/
This works. I also added the jscore.prl file, so my qt.mk now contains
the lines:
$(INSTALL)
'$(1)/src/3rdparty/webkit/Source/JavaScriptCore/release/libjscore.a'  
'$(PREFIX)/$(TARGET)/lib/libjscore.a'
$(INSTALL)
'$(1)/src/3rdparty/webkit/Source/JavaScriptCore/release/jscore.prl'   
'$(PREFIX)/$(TARGET)/lib/jscore.prl'

Martin Müllenhaupt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]