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

Adjust android and iOS packaging configurations for new, cmake based builds

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P0: Blocker
    • None
    • 6.0.0 Alpha
    • Packaging & Installer
    • None

    Description

      Android and iOS packages are build by using cmake (like all others) and doesn't contain host tools anymore. So from packaging configurations we have to change:

      • 1. In host install script: Add cmake binary location in the variable which can be read from target install scripts
        e.g installer.setValue("cmakePathForAndroid%QT_VERSION%"gcc64)
      • 2. in android configurations:
        • remove qmakeBinary location definitions
        • Replace qmake with cmake in '// add Qt into QtCreator'
        • installer.value("cmakePathForAndroid%QT_VERSION%"gcc64)
      • 3. Add dependency from Android package to desktop one

      Attachments

        Issue Links

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

          Activity

            People

              aksalova Akseli Salovaara
              janihe Jani Heikkinen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes