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

Cannot build QtSvg on Windows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P4: Low P4: Low
    • None
    • 5.6.0
    • Build System, SVG Support
    • None
    • Windows 7, msvc 2013

      I got the submodules from https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/
      I do configure with -qt-zlib option.
      I run qmake on qtsvg-opensource-src/qtsvg.pro and get the following error:
      Project ERROR: Unknown module(s) in QT_PRIVATE: zlib-private

      There was no such issue with Qt 5.3.2.
      If I change qtsvg-opensource-src/src/svg/svg.pro
      from
      QT_PRIVATE += zlib-private
      to what I see in Qt 5.3.2
      git_build: \
      INCLUDEPATH += $$[QT_INSTALL_HEADERS/get]/QtZlib
      else: \
      INCLUDEPATH += $$[QT_INSTALL_HEADERS/src]/QtZlib
      everything becomes ok.

      I didn't get any issues with other modules I tried like QtScript, QtWin(Mac)Extras etc.

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

            buddenha Oswald Buddenhagen
            vitalipf Vitali Prudnikovich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes