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

"optimized-qmake" and "optimized-tools" both map to "release_tools" resulting in a 'duplicate' error when both specified

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Not Evaluated
    • None
    • 5.15.0
    • Build System
    • None
    • All

    Description

      When configuring qt5base with options:

      [-no]-optimized-tools

      and

      [-no]-optimized-qmake

      configure throws this error:

      Note: Option 'release_tools' with value 'no' was specified twice

      This is due to both options mapping to the same key 'release_tools':

      ./configure.json:104: "optimized-qmake": { "type": "boolean", "name": "release_tools" },
      ./configure.json:105: "optimized-tools": { "type": "boolean", "name": "release_tools" },

      Attachments

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

        Activity

          People

            qtbuildsystem Qt Build System Team
            mirko_vogt Mirko Vogt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes