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

[Regression] Qt packages fail to build webkit code

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 4.7.2
    • 4.7.1
    • Packaging & Installer
    • None
    • Windows 7
    • 11f34947df04af67f0dee22cc9038e07c1fb9287

      The Qt 4.7.1 windows packages found at http://qt.nokia.com/downloads can not be used to build Qt Creator.

      The issue is that the file mkspecs/modules/qt_webkit_version.pri is missing. This leads to qmakes QT_CONFIG variable not containing "webkit". This is an issue since the define QT_NO_WEBKIT is not set in one of Qt's headers.

      Qt Creator does have a plugin that can be build with or without webkit. This fails to build: The WebKit headers are included since QT_NO_WEBKIT is unset but the linker will not link against WebKit since "webkit" is not listed in QT_CONFIG in qmake.

      This issue should effects all projects that conditionally link against Qt WebKit.

      I observed this with the mingw flavor of the windows packages as well as for the MSVC version.

      WORKAROUND:
      Copy the attached qt_webkit_version.pri file into $QTDIR/mkspecs/modules.

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

            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            hunger Tobias Hunger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes