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

Shadow build on Windows, syncqt.bat file missing.

    XMLWordPrintable

Details

    Description

      The Windows sources misses the file
      bin/syncqt.bat

      This file is needed when building out of source (shadow build).

      A other way to fix this is to patch configureapp.cpp with something like this:

      -                       << "call " << fixSeparators(sourcePath) << fixSeparators("/bin/syncqt.bat -outdir \"") << fixSeparators(buildPath) << "\"" << endl
      +                                          << "call " << "perl.exe -S syncqt -outdir \"" << fixSeparators(buildPath) << "\"" << endl
      

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            xcm Martin Petersson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes