Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30466

libQt5WebKitWidgets being generated with wrong name on release mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.1.0
    • 5.0.1
    • WebKit
    • None
    • Mac OS X 10.8.2
      clang: Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
    • Ib9dd1300e8a54b5ac793ebf2732a3db37c878774

    Description

      libQt5WebKitWidgets is being generated as libQtWebKitWidgets (without the 5 after Qt) on release mode, which causes the build from source on 5.0.1 to fail with

      ld: library not found for -lQt5WebKitWidgets

      when compiling QWebProcess (see attached file)

      a work around was to go into qtwebkit/lib and do:
      ln -s libQtWebKitWidgets.la libQt5WebKitWidgets.la
      ln -s libQtWebKitWidgets.dylib libQt5WebKitWidgets.dylib
      ln -s libQtWebKitWidgets.prl libQt5WebKitWidgets.prl

      and the build continued until the end

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            abecsi Andras Becsi
            alexandre.pretyman Alexandre Pretyman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes