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

Building WebKit in Qt 5.6 Makefile generation creates \OPT:REF instead of /OPT:REF

    XMLWordPrintable

Details

    • ccff714c4a863ec4285f9a2ab5e881ba4f8ed42f

    Description

      I know that WebKit is removed from the package, but its still supposed to build from source. which is no longer the case

      a number of the generated Makefiles have incorrect reference to OPT:REF
      its been generated as \OPT:REF which the linker is assuming is an obj file when in fact its supposed to be /OPT:REF linker option.

      manually editing the Makefiles with the bad option allows one to proceed, but it should work out of git.

      doing a shadow build configure of Qt with WebKit from git

      not the only person who has seen this.

      http://stackoverflow.com/questions/33631235/building-qtwebkit-with-qt-5-6-on-windows

      qtwebkit/Source/Makefile.api.Debug
      qtwebkit/Source/Makefile.api.Release
      qtwebkit/Source/JavaScriptCore/Makefile.jsc.Debug
      qtwebkit/Source/JavaScriptCore/Makefile.jsc.Release
      

      Attachments

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

        Activity

          People

            mibrunin Michael Bruning
            warnold Wayne Arnold
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes