WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
88880
[Qt][Win]Debug build of WebKit can't find debug-named versions of the static libraries
https://bugs.webkit.org/show_bug.cgi?id=88880
Summary
[Qt][Win]Debug build of WebKit can't find debug-named versions of the static ...
Joel Dillon
Reported
2012-06-12 09:10:50 PDT
For some reason when doing a debug build, the static libraries aren't referenced by their correct names on Windows (JavaScriptCored.lib vs JavaScriptCore, for example) when building the dll. Symptoms are errors such as: NMAKE : fatal error U1073: don't know how to make 'c:\Users\Joel\dev\qt5\qtwebkit\WebKitBuild\Debug\Source\WebCore\release\WebCore.lib' I presume the solution is $$qtLibraryTarget() inserted at a suitable place, but I do not know where that place is.
Attachments
Patch
(1.87 KB, patch)
2012-06-13 09:32 PDT
,
Jocelyn Turcotte
vestbo
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jocelyn Turcotte
Comment 1
2012-06-13 09:32:54 PDT
Created
attachment 147339
[details]
Patch
Simon Hausmann
Comment 2
2012-06-18 07:45:05 PDT
I recall seeing this patch on your screen :).
Simon Hausmann
Comment 3
2012-06-19 00:33:32 PDT
Committed
r120685
: <
http://trac.webkit.org/changeset/120685
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug