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

Qt 5.8.0 Alpha shadow build fails to find private header qconfig_p.h

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.8.0 Alpha
    • Build System
    • Windows

    Description

      Shadow build with following configure options: -debug-and-release -opensource -force-debug-info -no-mp -no-compile-examples -no-sql-psql -no-sql-odbc -platform win32-msvc2013 -opengl dynamic -prefix d:\Qt\t\Qt5.8.0_alpha\5.8\msvc2013_ab_x64 -qtnamespace AbQt -qtlibinfix Ab64Qt58

      Build fails with

      d:\qt\qt5.8.0_alpha_sourcecode\qtbase\src\corelib\global\qglobal_p.h(52) : fatal error C1083: Cannot open include file: "QtCore/private/qconfig_p.h": No such file or directory (C:\Qt\Qt5.8.0_alpha_sourcecode\qtbase\src\corelib\animation\qsequentialanimationgroup.cpp)
      

      The qconfig_p.h file is located in \qtbase\include\QtCore\5.8.0\QtCore\private, but the build is looking for it in \qtbase\include\QtCore\private.
      In-source build succeeds with the same configure. As a workaround I moved the file to where it was looked for and modified the content accordingly.

      Attachments

        Issue Links

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

          Activity

            People

              Eddy Edward Welbourne
              qtcomsupport Qt Support
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes