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

Passing -developer-build to configure doesn't set the prefix to the build dir

    XMLWordPrintable

Details

    Description

      Passing -developer-build to configure ends up passing -DINPUT_developer_build=ON to cmake. The translation from INPUT_developer_build to FEATURE_developer_build happens later than computation of the prefix location.

      This causes cmake to create a prefix build, rather than a non-prefix build.

      Automatic translation happens somewhere at corelib's qt_feature_module_end() time
      whereas prefix computation happens really early at QtSetup.cmake time.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-88318
          # Subject Branch Project Status CR V

          Activity

            People

              jbornema Joerg Bornemann
              alexandru.croitor Alexandru Croitor
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes