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

qtwebkit-examples-and-demos is not compiled on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.0.0
    • Build tools: Other
    • None
    • Windows 7
      msvc 2010

    Description

      + C:/work/build/qt/qtbase/bin/qmake C:/work/build/qt/qt.pro
      Info: creating super cache file C:/work/build/qt/.qmake.super
      Project MESSAGE: WebKit: Qt was built without ICU support, WebKit disabled.
      + CWD: C:\work\build\qt\qtwebkit-examples-and-demos
      + C:\work\build\qt\qtbase\bin\qmake C:\work\build\qt\qtwebkit-examples-and-demos QT_BUILD_PARTS+=examples QT_BUILD_PARTS+=tests
      + CWD: C:\work\build\qt
      + nmake /NOLOGO module-qtwebkit-examples-and-demos
      NMAKE : fatal error U1073: don't know how to make 'module-qtwebkit-examples-and-demos'
      Stop.
      

      Most likely because of ICU is not installed on Windows yet and Webkit is disabled.

      My guess is that this code in qt5.git#qt.pro doesn't do much when ICU is not present.

      exists(qtwebkit/WebKit.pro) {
          mac|contains(QT_CONFIG, icu) {
              SUBDIRS += module_qtwebkit
              module_qttools.depends += module_qtwebkit
              module_qtquick1.depends += module_qtwebkit
              exists(qtwebkit-examples-and-demos/qtwebkit-examples-and-demos.pro) {
                  SUBDIRS += module_qtwebkit_examples_and_demos
              }
          } else {
              message("WebKit: Qt was built without ICU support, WebKit disabled.")
          }
      }
      

      See http://testresults.qt-project.org/ci/QtWebKit_Examples_and_Demos_master_Integration/latest-success/win32-msvc2010_Windows_7/log.txt.gz for more info

      Attachments

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

        Activity

          People

            shausman Simon Hausmann
            seahumad [BB] Sergio Ahumada (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes