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

cross-builds share qmake user properties with host build

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.1.0
    • Build System: CMake
    • None
    • Android, iOS/tvOS/watchOS, WebAssembly

    Description

      Suppose you have a host build of Qt and a cross build (or several cross builds).

      The qmake properties that can be set by the user with qmake -set FOO bar are shared between all cross-builds and the host build.

      Example:

      $ ./dev-android/qtbase/bin/qmake -set FOO BAR
      $ ./dev-android/qtbase/bin/qmake -query FOO
      BAR
      $ ./dev-native/qtbase/bin/qmake -query FOO
      BAR
      $ ./dev-native/qtbase/bin/qmake -set FOO OOF
      $ ./dev-android/qtbase/bin/qmake -query FOO
      OOF
      

      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
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes