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

Qt fails to build with Incredibuild

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.0.0
    • 4.7.2
    • Build System
    • None
    • Windows XP

    Description

      Steps:

      C:\dev\src\qt-everywhere-commercial-src-4.7.2\configure -no-qt3support -no-webkit -no-script -no-scripttools -nomake demos -nomake examples
      buildconsole projects.sln /build "Debug|Win32"
      

      The output is attached.

      This commit might be relevant to the problem: 5067c64c2356196f2086a97304f1a99309c09d69

      This didn't fix it
      diff --git a/projects.pro b/projects.pro
      index bf4dc5e..562c066 100644
      --- a/projects.pro
      +++ b/projects.pro
      @@ -14,10 +14,6 @@ isEmpty(QT_BUILD_PARTS) { #defaults
              QT_BUILD_PARTS = libs tools examples demos docs translations
           }
       } else { #make sure the order makes sense
      -   contains(QT_BUILD_PARTS, translations) {
      -       QT_BUILD_PARTS -= translations
      -       QT_BUILD_PARTS = translations $$QT_BUILD_PARTS
      -   }
          contains(QT_BUILD_PARTS, tools) {
              QT_BUILD_PARTS -= tools
              QT_BUILD_PARTS = tools $$QT_BUILD_PARTS
      @@ -30,6 +26,10 @@ isEmpty(QT_BUILD_PARTS) { #defaults
              QT_BUILD_PARTS -= qmake
              QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS
          }
      +   contains(QT_BUILD_PARTS, translations) {
      +       QT_BUILD_PARTS -= translations
      +       QT_BUILD_PARTS = translations $$QT_BUILD_PARTS
      +   }
       }
       
       #process the projects
      

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            mpejcoch Martin Pejcoch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes