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

Qt build fails under Windows, missing zlib.h in Qt3d

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.6.0 RC
    • 5.5.1
    • Qt3D
    • None
    • Win 7 64 bit, MSVC 2013 Professional

      builld as x64.
    • 21e80f8c40d6cd8795b03b846161771f7ecc7aa3 e83609365b527abc565214763caace14653ef5d1

      See Bug https://bugreports.qt.io/browse/QTBUG-48237

      compile of 5.5.1 rc on windows currently not possible

      this is the windows commandline buildscript to reproduce:

      build.bat
      // Some comments here
      set QTDIR=C:\Qt\5.5.1_vc120_opengl_x64
      set MYQTSOURCEDIR=D:\qt-src-5.5.1
      set MYQTBUILDDIR=D:\Qt-build_x64
      set MYQTINSTALLDIR=C:\Qt\5.5.1_vc120_opengl_x64
      set PATH=%MYQTBUILDDIR%\qtbase\bin;%MYQTSOURCEDIR%\gnuwin32\bin;%PATH%
      
      set MYOPENSSLDIR=C:\Qt\precompiled_3rdParty\openSSL_VC120_x64
      set MYLIBPQDIR=C:\Qt\precompiled_3rdParty\libpq_VC120_x64
      
      set PATH=%PATH%;C:\Qt\precompiled_3rdParty\icu4c-55.1_vc120_x86xp_x64\bin64
      set INCLUDE=%INCLUDE%C:\Qt\precompiled_3rdParty\icu4c-55.1_vc120_x86xp_x64\include;
      set LIB=%LIB%C:\Qt\precompiled_3rdParty\icu4c-55.1_vc120_x86xp_x64\lib64;
      
      cd /D %MYQTBUILDDIR%
      %MYQTSOURCEDIR%/configure -confirm-license -debug-and-release -platform win32-msvc2013 -nomake tests -nomake examples -mp -opengl desktop -icu -prefix %MYQTINSTALLDIR% -openssl -I %MYOPENSSLDIR%\include -L %MYOPENSSLDIR%\lib -plugin-sql-psql -I %MYLIBPQDIR%\include -L %MYLIBPQDIR%\lib -l libpqdll
      nmake
      

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

            seanharmer Sean Harmer
            torben@dannhauer.info Torben Dannhauer
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes