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

tools like assistant and designer are also built in debug mode

    XMLWordPrintable

Details

    • 93f1e771b0fde9cd2e9f21b193a721e8ec2cb200

    Description

      Tools like designer, assistant and probalbly others built by configure && make are built in debug and release mode, while this is odd behavior at best. These tools are final. If someone needs to track bug, they will surely be able to compile a debug version themselves if needed. This increases compile time and is unnecessary. It probably interferes with the copy operation too:

      debug build assistant.exe => copy "assistant.exe" (debug version does not have d-suffix!) to /bin
      release build assistant.exe => copy "assistant.exe" (release) => error, file already exists, 0 files copied... and you end up with a debug version?

      Attachments

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

        Activity

          People

            heimrich Karsten Heimrich
            rubenvb Ruben Van Boxem
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes