[Webkit-unassigned] [Bug 14803] New: QtWebKit pkgconfig file contains bad libs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 29 09:09:08 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14803

           Summary: QtWebKit pkgconfig file contains bad libs
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mh+webkit at glandium.org


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list