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

Windows: Qt Webkit does not build with Qt 5.6

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P1: Critical
    • 5.6.0 RC
    • 5.6.0 RC
    • Build System, WebKit
    • None
    • MSVC2013

    Description

      In qtwebkit/tools/qmake/mkspecs/features/functions.prf the following code is present:

      LIBS += /OPT:REF -l$$target
      

      When building on Windows, the "/OPT:REF" will be converted to "\OPT:REF" (probably by the path separator conversion) and the linker will understand this as a file name rather than an option.

      The error message is:

      LINK : fatal error LNK1104: cannot open file '\OPT:REF.obj'.

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes