WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
14803
QtWebKit pkgconfig file contains bad libs
https://bugs.webkit.org/show_bug.cgi?id=14803
Summary
QtWebKit pkgconfig file contains bad libs
Mike Hommey
Reported
2007-07-29 09:09:08 PDT
QtWebKit.pc reads: Libs: -L${libdir} -lQtWebKit -L/usr/lib -L/tmp/buildd/webkit-0~svn24735/build-qt/WebKitQt/Plugins -lqtwebico -lsqlite3 -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread It shouldn't contain -L/tmp/buildd/webkit-0~svn24735/build-qt/WebKitQt/Plugins -lqtwebico, because qtwebico is statically linked into QtWebKit. This is due to the following lines in WebCore/WebCore.pro: qt-port { !win32-* { LIBS += -L$$OUTPUT_DIR/WebKitQt/Plugins LIBS += -lqtwebico } I unfortunately don't know how to do this cleanly.
Attachments
Add attachment
proposed patch, testcase, etc.
Mike Hommey
Comment 1
2007-07-29 11:57:04 PDT
Maybe SUBLIBS ?
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